You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought this was a no-brainer and will just work out of the box. But for some reason, ptw won't rerun tests inside docker when code changes, even if it works fine on the host.
Here's a minimal repo that reproduces the issue for me.
##Steps to reproduce:
docker build -t ptw-docker .
docker run -v /path/to/repo/code:/app
The output indicates the test failed.
Modify test_sample.py and see tests are not rerun.
The text was updated successfully, but these errors were encountered:
Hello
I thought this was a no-brainer and will just work out of the box. But for some reason,
ptw
won't rerun tests inside docker when code changes, even if it works fine on the host.Here's a minimal repo that reproduces the issue for me.
##Steps to reproduce:
docker build -t ptw-docker .
docker run -v /path/to/repo/code:/app
test_sample.py
and see tests are not rerun.The text was updated successfully, but these errors were encountered: