Skip to content

Commit

Permalink
exclude coverage for uncoverable line
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet committed Feb 28, 2024
1 parent 3711063 commit 6d628fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test00_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_parallel_breaking(self):
self.assertEqual(len(multiprocessing.active_children()), 0,
msg='a process was still lingering after a parallel job with partially invalid resources '
'was started')
else:
else: # pragma: no cover
self.fail('This should have given a RuntimeError')

def test_parallel_manager(self):
Expand Down

0 comments on commit 6d628fd

Please sign in to comment.