Skip to content

Commit

Permalink
Strip useless assertions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jun 17, 2019
1 parent 89dc438 commit 0c57d13
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_cookbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,6 @@ def test_dump_exceptions(LineMatcher):
'* ... exception value: *RuntimeError*',
'*test_cookbook.py:*** line except Exception as exc:',
'*test_cookbook.py:*** line print(exc)',
'*test_cookbook.py:*** line for i in range(25):',
'*test_cookbook.py:*** line print(i)',
'*test_cookbook.py:*** line for i in range(25):',
'*test_cookbook.py:*** line print(i)',
'*test_cookbook.py:*** line for i in range(25):',
'*test_cookbook.py:*** line print(i)',
'*test_cookbook.py:*** line for i in range(25):',
'*---------------------- too many lines',
'*>>>>>>>>>>>>>>>>>>>>>> tracing silenced3 on RuntimeError()',
'*test_cookbook.py:*** exception error()',
Expand Down

0 comments on commit 0c57d13

Please sign in to comment.