]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ensure assertions and exceptions end up in system test log
authorTom Krizek <tkrizek@isc.org>
Mon, 3 Apr 2023 16:05:29 +0000 (18:05 +0200)
committerTom Krizek <tkrizek@isc.org>
Mon, 22 May 2023 12:11:40 +0000 (14:11 +0200)
commit3a20e8d9902b79ea22c1ce7eeba74669062cacbe
treee9979fb1796a9278d9d51295a55ba453edff11df
parent37ed9ad2f82cd4f2dadeb8d4271e533683a79659
Ensure assertions and exceptions end up in system test log

If a test fails with an assertion failure or exception, its content
along with traceback is displayed in pytest output. This information
should be preserved in the test-specific logger for a given system test
to make it easier to debug test failures.
bin/tests/system/conftest.py