Whitespace

This commit is contained in:
Pamela Fox 2022-12-30 10:11:08 -08:00 committed by GitHub
parent 8440d330c1
commit 3c798451d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: :: Once the tests are complete, in order to see the code coverage, run the following command: ::
$ coverage report $ coverage report
If you're running the project locally with Docker, use these commands instead: :: 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 $ docker-compose -f local.yml run --rm django coverage run -m pytest