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'd like to run the tests in a Docker container so that I'm able to locally figure out what went wrong in the build. Simultaneously I'd change the test infrastructure to use pytest.
There are lots of advantages to pytest, yes; I think its worth switching to it from what's available in the standard library.
I also like the idea of containerization. I haven't quite been convinced that Docker is the last word in that, but if it's supported by the continuous integration system then it's worth using, yes.
I'd like to run the tests in a Docker container so that I'm able to locally figure out what went wrong in the build. Simultaneously I'd change the test infrastructure to use
pytest
.My plan is
/docker_tests/Dockerfile
The text was updated successfully, but these errors were encountered: