fix pytest issue41: re-run tests on all file changes, not just

randomly select ones like .py/.c.
This commit is contained in:
holger krekel
2013-09-05 14:21:43 +02:00
parent 013b2fc6bb
commit f144ef88e3
4 changed files with 8 additions and 5 deletions

View File

@@ -6,6 +6,9 @@
- fix duplicate reported test ids with --looponfailing
(thanks Jeremy Thurgood)
- fix pytest issue41: re-run tests on all file changes, not just
randomly select ones like .py/.c.
1.8
-------------------------