Re: Problem understanding some unit tests in Python distribution

2009-04-04 Thread André
On Apr 4, 4:38 am, Peter Otten <__pete...@web.de> wrote: > André wrote: > > Hi everyone, > > > In the hope of perhaps contributing some additional unit tests for > > Python (thus contributing back to the community), I dove in the code > > and found something that should be simple but that I can not

Re: Problem understanding some unit tests in Python distribution

2009-04-04 Thread Peter Otten
André wrote: > Hi everyone, > > In the hope of perhaps contributing some additional unit tests for > Python (thus contributing back to the community), I dove in the code > and found something that should be simple but that I can not wrap my > head around. > > In list_tests.py, one finds > === >

Problem understanding some unit tests in Python distribution

2009-04-03 Thread André
Hi everyone, In the hope of perhaps contributing some additional unit tests for Python (thus contributing back to the community), I dove in the code and found something that should be simple but that I can not wrap my head around. In list_tests.py, one finds === from test import test_support, seq