diff --git a/docs/testing.rst b/docs/testing.rst index 4a1a58cf1..bea45c6dd 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -33,7 +33,7 @@ You should build your tests to provide the highest level of **code coverage**. Y Once the tests are complete, in order to see the code coverage, run the following command: :: $ coverage report - + If you're running the project locally with Docker, use these commands instead: :: $ docker-compose -f local.yml run --rm django coverage run -m pytest