mutmut icon indicating copy to clipboard operation
mutmut copied to clipboard

Mutmut test detection heuristics should find test_foo.py

Open boxed opened this issue 6 years ago • 0 comments

This repo https://github.com/nedbat/templite isn't handled properly, because the tests live in test_templite.py and mutmut only looks for tests in test/ or tests/. We should also look for test_*.py

Found by @nedbat

boxed avatar Mar 02 '19 06:03 boxed