From 3c798451d3bc4a034dfe339ba1ad9aa53130c437 Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Fri, 30 Dec 2022 10:11:08 -0800 Subject: [PATCH] Whitespace --- docs/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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