given a large test set to be run, autonose should order them so that tests are run in order of:
most relevance (as measured by the percentage of test file and modified file name overlap)
fastest
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.
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.