commit | ca72c5f301d1aa2ce0e75b440dc6364b4a69bbeb | [log] [tgz] |
---|---|---|
author | Kevin Brown <[email protected]> | Thu Oct 10 02:15:15 2019 -0400 |
committer | Kevin Brown <[email protected]> | Thu Oct 10 02:32:29 2019 -0400 |
tree | 5286cd51e11f0b1b343453c043618781514f44de | |
parent | 0b9d252a071b0b5a171e1308157da74aa079b9d8 [diff] |
Replaced try...catch within tests with pytest.raises This still leaves one in test_debug which relies on reading out the traceback and cannot easily be replaced by pytest.raises like the others.