We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8899eee commit 2452a36Copy full SHA for 2452a36
1 file changed
readme.md
@@ -41,6 +41,6 @@ Open the integrated terminal to run commands in the container.
41
42
To run the tests:
43
44
-1. Enable the python virtual environment
45
-1. Run `cd flask/flaskapp`
46
-1. Run `python -m pytest`
+ $ docker-compose build
+ $ docker-compose run flask bash -c "cd /app/flask/flaskapp && python -m pytest"
+
0 commit comments