]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Use underscore for system test names
authorNicki Křížek <nicki@isc.org>
Wed, 18 Mar 2026 14:10:30 +0000 (15:10 +0100)
committerNicki Křížek <nicki@isc.org>
Wed, 18 Mar 2026 14:10:30 +0000 (15:10 +0100)
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.

Merge branch 'nicki/system-test-dir-underscore-names' into 'main'

See merge request isc-projects/bind9!11710


Trivial merge