]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use underscore for system test names
authorNicki Křížek <nicki@isc.org>
Tue, 17 Mar 2026 16:08:15 +0000 (17:08 +0100)
committerNicki Křížek <nicki@isc.org>
Wed, 18 Mar 2026 14:36:50 +0000 (15:36 +0100)
commit4ae74863d1a1f4c9d88b97a254d74aeff8a596b1
treedf54dffa1692e8052df004e42253749589df9d9d
parentf0a2b07359ca3685e56d80c233f96795b8e678fd
Use underscore for system test names

Change the convention for system test directory names to always use an
underscore rather than a hyphen. Names using underscore are valid python
package names and can be used with standard `import` facilities in
python, which allows easier code reuse.

The temporary directories for test execution and their convenience
symlinks have been switched to using hyphens rather than underscores to
keep the pytest collection, filtering and .gitignore working as
expected.

(cherry picked from commit 9f4c1d1993fe624c5d68cbc51521dd4761513cd2)
bin/tests/system/.gitignore
bin/tests/system/Makefile.am
bin/tests/system/README.md
bin/tests/system/conftest.py
dangerfile.py