[TIP] tests speed

andrea crotti andrea.crotti.0 at gmail.com
Wed Feb 13 05:40:26 PST 2013


I'm trying to make sure that all my tests run as fast as possible, and
they actually do:

Ran 44 tests in 0.011s

But the problem is that the actual time they take to run is much different:

OK

real	0m12.105s
user	0m11.873s
sys	0m0.170s


where are these 12 seconds being lost then? (using nose)



More information about the testing-in-python mailing list