Skip to content

Commit 2452a36

Browse files
committed
Update the information on how to run the tests
1 parent 8899eee commit 2452a36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ Open the integrated terminal to run commands in the container.
4141

4242
To run the tests:
4343

44-
1. Enable the python virtual environment
45-
1. Run `cd flask/flaskapp`
46-
1. Run `python -m pytest`
44+
$ docker-compose build
45+
$ docker-compose run flask bash -c "cd /app/flask/flaskapp && python -m pytest"
46+

0 commit comments

Comments
 (0)