Steve Holden schrieb:
Christian Heimes wrote:
Benjamin Peterson schrieb:
At the moment, the test for the platform module merely calls each
function. I realize that this is a hard module to test well, but are
there some assumptions we can make? For example, if sys.platform is
'java', can it be a
Christian Heimes wrote:
Benjamin Peterson schrieb:
At the moment, the test for the platform module merely calls each
function. I realize that this is a hard module to test well, but are
there some assumptions we can make? For example, if sys.platform is
'java', can it be assumed that java_ver is
On 2008-05-15 23:54, Benjamin Peterson wrote:
At the moment, the test for the platform module merely calls each
function. I realize that this is a hard module to test well, but are
there some assumptions we can make? For example, if sys.platform is
'java', can it be assumed that java_ver is going
Benjamin Peterson schrieb:
> At the moment, the test for the platform module merely calls each
> function. I realize that this is a hard module to test well, but are
> there some assumptions we can make? For example, if sys.platform is
> 'java', can it be assumed that java_ver is going to return so
On Thu, May 15, 2008 at 2:54 PM, Benjamin Peterson
<[EMAIL PROTECTED]> wrote:
> At the moment, the test for the platform module merely calls each
> function. I realize that this is a hard module to test well, but are
> there some assumptions we can make? For example, if sys.platform is
> 'java', ca
At the moment, the test for the platform module merely calls each
function. I realize that this is a hard module to test well, but are
there some assumptions we can make? For example, if sys.platform is
'java', can it be assumed that java_ver is going to return something
which is not empty. When sy