Skip to content

Commit

Permalink
Mark unreachable code sections
Browse files Browse the repository at this point in the history
  • Loading branch information
GaretJax committed Sep 14, 2015
1 parent 5962b69 commit b046fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions djclick/test/test_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_django_traceback(manage):
assert e.output == b'CommandError: Raised error description\n'
assert e.returncode == 1
else:
assert False
assert False # NOCOV

try:
manage('errcmd', '--traceback')
Expand All @@ -149,7 +149,7 @@ def test_django_traceback(manage):
b'Raised error description')
assert e.returncode == 1
else:
assert False
assert False # NOCOV


def test_django_settings(manage):
Expand Down

0 comments on commit b046fff

Please sign in to comment.