#368: Correct tests around SystemExit context
#368 (closed): Testing exit() were not correctly written. Assertions were not tested, so tests would pass even if they shouldn't.
- correction of the form of tests (test_unit_tx.py ; test_crypto_tools.py)
- correction of the content of tests (test_unit_tx.py ; test_crypto_tools.py) Close #368 (closed).
Edited by Moul
Merge request reports
Activity
Filter activity
changed milestone to %0.9.0
assigned to @moul and unassigned @matograine
removed review request for @moul
added 3 commits
-
015b2273 - 1 commit from branch
dev
- bf6cfe37 - [test] [fix] #368 (closed) : wrong use of context `with pytest.raises() as...`
- 33293c8b - [test] [fix] #368 (closed) : wrong use of context `with pytest.raises() as...`
-
015b2273 - 1 commit from branch
changed title from #368 (closed): Correct system exit tests to #368 (closed): Correct tests around SystemExit context
added 4 commits
-
33293c8b...7de42390 - 2 commits from branch
dev
- 0308cc1b - [test] [fix] #368 (closed) : wrong use of context `with pytest.raises() as...`
- 5072d8de - [test] [fix] #368 (closed) : wrong use of context `with pytest.raises() as...`
-
33293c8b...7de42390 - 2 commits from branch
Please register or sign in to reply