Hi, could you guys try the recent version of testmon and let me know what works and doesn't work for you?
pytest testmon is a py.test plugin which only selects and executes tests affected by recent changes based on coverage.py information usage: pip install testmon py.test --testmon py.test --by-test-count # to print modules sorted by count of tests which reach them # do some changes in your source code (so that the syntax tree changes) py.test --testmon github: https://github.com/tarpas/testmon/ Known issues: chaotic/no documentation minimal feature-set in general no subprocess support (which degrades pytest's test suite running quite a bit) poor test suite That is not to discourage everybody, it's a wonderful tool already! :) Tibor
_______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
