Skip to content

Commit

Permalink
Back to 100% coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 15, 2019
1 parent 5eabd27 commit e8ac5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nti/recipes/zodb/tests/test_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_suite():
root = this_dir = os.path.dirname(os.path.abspath(__file__))
while not os.path.exists(os.path.join(root, 'setup.py')):
prev, root = root, os.path.dirname(root)
if root == prev:
if root == prev: # pragma: no cover
# Let's avoid infinite loops at root
raise AssertionError('could not find my setup.py')

Expand Down

0 comments on commit e8ac5f2

Please sign in to comment.