]> git.ipfire.org Git - thirdparty/bind9.git/commit
Allow assertion message rewrite in statschannel test
authorTom Krizek <tkrizek@isc.org>
Fri, 24 Nov 2023 14:50:08 +0000 (15:50 +0100)
committerTom Krizek <tkrizek@isc.org>
Tue, 5 Dec 2023 12:26:49 +0000 (13:26 +0100)
commita57af8163aeb3ca1506ec5ebced922d8a3439667
treee8a03a97cc2af5dcc4c3fa35b9447412354e72c6
parentfc295b2b5d93b9564fb4c560f7d3cd50c5cd458d
Allow assertion message rewrite in statschannel test

By default, the useful assertion message rewrite is used by pytest for
test modules only. Since another module is imported with shared
functionality, ensure it has pytest's assertion message rewriting
enabled to obtain more debug information in case it fails.
bin/tests/system/statschannel/tests_json.py
bin/tests/system/statschannel/tests_xml.py