Skip to content

Commit e0a8bc3

Browse files
committed
Note acceptance of coverage numbers
1 parent c641c8a commit e0a8bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/06-the-testing-game.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Let's click on ``manage`` to see why our manage.py file has 88% coverage:
171171

172172
We're missing the ``False`` case for that ``if`` statement in our ``manage.py`` file. We always run ``manage.py`` from the command line so that code is always executed.
173173

174-
We don't intend to ever test that missing branch, so let's ignore the issue.
174+
We don't intend to ever test that missing branch, so let's ignore the issue and accept our imperfect coverage statistics.
175175

176176
.. TIP::
177177

0 commit comments

Comments
 (0)