Skip to content
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

File changes are not being picked up by pytest #15

Closed
joeyespo opened this issue Jun 21, 2015 · 3 comments
Closed

File changes are not being picked up by pytest #15

joeyespo opened this issue Jun 21, 2015 · 3 comments
Labels

Comments

@joeyespo
Copy link
Owner

Ever since switching to use py.test, the test files are being cached. Possibly because pytest is using import to load and run the tests with? Here's the related Pytest issue.

If it can be fixed there, we can continue on. If not, we'll have to go back to using the shell=True approach or see what else we can do to be sure arguments are quoted properly in a cross-platform way.

@joeyespo
Copy link
Owner Author

Fixed this in v3.1. Keeping this issue open until we know whether pytest can and will address this.

@blueyed
Copy link
Collaborator

blueyed commented Jun 26, 2015

As per pytest-dev/pytest#793 this is unlikely to get fixed in pytest itself.

@joeyespo joeyespo added the bug label Jun 28, 2015
@joeyespo
Copy link
Owner Author

Yeah, looks like this isn't getting fixed by py.test.

Closing this since it was fixed on all platforms as of #18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants