Re: Total time in running Python Tests

2013-12-16 Thread Steven D'Aprano
On Tue, 17 Dec 2013 08:10:18 +0530, shankha wrote: > Hi, > What is the usually the time taken to run Python tests on a x86 machine > with 1 GB of RAM? If I remember correctly from the last time I did it, probably around 20 or 30 minutes. I wasn't really paying attention, so I could be completely

Total time in running Python Tests

2013-12-16 Thread shankha
Hi, What is the usually the time taken to run Python tests on a x86 machine with 1 GB of RAM? http://docs.python.org/devguide/ ./python -m test -j3 Should it be all PASS ? What is the expected summary of the results. Are these good: .3 tests omitted: test___all__ test_site test_urlli