]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add system test utility package isctest
authorTom Krizek <tkrizek@isc.org>
Mon, 4 Dec 2023 17:05:50 +0000 (18:05 +0100)
committerTom Krizek <tkrizek@isc.org>
Tue, 5 Dec 2023 12:26:49 +0000 (13:26 +0100)
commitcba5a1d62cb053a928e06fa5fb30f6ffca1f4940
treee778a05523149beedc83b2f7e17f93423c9d9490
parentf0481c8600b0752f9d9029b3d20ddb85976fa9da
Add system test utility package isctest

Create a utility package for code shared by the python tests. The
utility functions should use reasonable defaults and be split up into
modules according to their functionality.

Ensure assert rewriting is enabled for the modules to get the most
useful output from pytest.
bin/tests/system/conftest.py
bin/tests/system/isctest/__init__.py [new file with mode: 0644]
bin/tests/system/isctest/check.py [new file with mode: 0644]
bin/tests/system/isctest/query.py [new file with mode: 0644]
dangerfile.py