timbertson / autonose

autotest-like runner for nosetests
57 stars 8 forks source link

test ordering #8

Open timbertson opened 15 years ago

timbertson commented 15 years ago

given a large test set to be run, autonose should order them so that tests are run in order of:

I'm not sure if nosetests can even do this, to be honest. It may require subclassing /replacing the default TestCollector class or something of the sort.