New issue 679: option to make looponfail ignore certain files
https://bitbucket.org/hpk42/pytest/issue/679/option-to-make-looponfail-ignore-certain

Diego Ponciano:

I'm running py.test with -f (looponfail) from the project dir, and my model 
tests recreate a sqlite database at every run.
The problem that comes with it is that py.test detects the database.db file was 
changed, and then re-run all the tests infinitely.
Is there a way to make it ignore changes in *.db files?


_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to