]> git.ipfire.org Git - thirdparty/jinja.git/commit
Replaced try...catch within tests with pytest.raises
authorKevin Brown <kevin@kevin-brown.com>
Thu, 10 Oct 2019 06:15:15 +0000 (02:15 -0400)
committerKevin Brown <kevin@kevin-brown.com>
Thu, 10 Oct 2019 06:32:29 +0000 (02:32 -0400)
commitca72c5f301d1aa2ce0e75b440dc6364b4a69bbeb
tree5286cd51e11f0b1b343453c043618781514f44de
parent0b9d252a071b0b5a171e1308157da74aa079b9d8
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.
tests/test_api.py
tests/test_async.py
tests/test_imports.py
tests/test_inheritance.py
tests/test_lexnparse.py
tests/test_regression.py