autonose icon indicating copy to clipboard operation
autonose copied to clipboard

autotest-like runner for nosetests

Results 14 autonose issues
Sort by recently updated
recently updated
newest added

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...

core
enhancement

when testing google appengine projects with NoseGAE, autonose fails while retrieving test.address() because the nose code looks in sys.modules, and the module is no longer present.

core
defect

for quick feedback, you might not want every file that transitively depends on your code to be re-run every time a change is made. so we should add a flag...

core
test selection
enhancement

right now we use snakefood to determine dependencies (via the import statement) statically. It would be better to determine dependencies based on runtime monitoring of the actual tests.

core
test selection
enhancement