2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

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.
This commit is contained in:
Tom Krizek
2023-12-04 18:05:50 +01:00
parent f0481c8600
commit cba5a1d62c
5 changed files with 86 additions and 0 deletions

View File

@@ -462,6 +462,7 @@ for testname in testnames:
not os.path.isdir(dirpath)
or testname.startswith(".")
or testname.startswith("_")
or testname == "isctest"
):
continue
if "_" in testname: