[Python-Dev] Moving test_unittest up in the test order

Collin Winter collinw at gmail.com
Thu Mar 8 20:14:07 CET 2007


Now that unittest has a test suite, it would seem to make sense that
it should be fairly high up in the testing order, since most of the
regression suite depends on it. I'd like to have it included with
test_grammar, test_opcodes, test_operations, etc, so that if a bug in
unittest is causing other tests to fail, we don't have to wait until
the end of the test run to find out.

Thoughts?

Collin Winter


More information about the Python-Dev mailing list