You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/06-the-testing-game.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ Let's click on ``manage`` to see why our manage.py file has 88% coverage:
171
171
172
172
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.
173
173
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.
0 commit comments