]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move conftest log initialization to conftest.py
authorTom Krizek <tkrizek@isc.org>
Wed, 13 Mar 2024 17:18:42 +0000 (18:18 +0100)
committerNicki Křížek <nicki@isc.org>
Mon, 20 Apr 2026 08:29:16 +0000 (10:29 +0200)
commit7a3f632b4906d4cc06f1eabd1f54b42378ebfb99
treed008f57f77ea984c65419bddfdf25cee116925b8
parentc874e39a237926a45529361736f1ec87cc3ac3de
Move conftest log initialization to conftest.py

Initializing the conftest logging upon importing the isctest package
isn't practical when there are standalone pieces which can be used
outside of the testing framework, such as the asyncdnsserver module.

(cherry picked from commit 673387c4d515ecd1dd5dd6d854e629907b914970)
bin/tests/system/conftest.py
bin/tests/system/isctest/log/__init__.py
bin/tests/system/isctest/log/basic.py