-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
python_files causes reload to fail? #435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
type: bug
problem that needs to be addressed
Comments
Original comment by Daniel Hahler (BitBucket: blueyed, GitHub: blueyed): Here is a fix for it: https://bitbucket.org/pytest-dev/pytest/pull-request/259/fix-reload-for-files-matched-by |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: Wayne Werner (BitBucket: waynew, GitHub: waynew)
I am the author of https://github.com/waynew/draftin-a-flask and am using py.test for all my testing needs (Frikken fantastic tool, thanks everyone for your work!) But I've come across the strangest issue. When I add
to my tox.ini script, it seems to break the reload function. Check out revision aaf37795dfc49bd83e66976e3e781eb7a588caeb to observe this one weird behavior that developers love to hate.
The text was updated successfully, but these errors were encountered: