]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Use lists of expected artifacts in system tests
authorNicki Křížek <nicki@isc.org>
Fri, 8 Nov 2024 11:36:16 +0000 (11:36 +0000)
committerNicki Křížek <nicki@isc.org>
Fri, 8 Nov 2024 11:36:16 +0000 (11:36 +0000)
``clean.sh`` scripts have been replaced by lists of expected artifacts for each system test module. The list is defined using the custom ``pytest.mark.extra_artifacts`` mark, which can use both filenames and globs.

Closes #4261

Merge branch '4261-add-pytest-fixture-checking-test-artifacts' into 'main'

See merge request isc-projects/bind9!9426


Trivial merge