]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Use common name convention for pytest files
authorTom Krizek <tkrizek@isc.org>
Fri, 14 Oct 2022 09:12:53 +0000 (11:12 +0200)
committerTom Krizek <tkrizek@isc.org>
Wed, 21 Dec 2022 12:57:58 +0000 (13:57 +0100)
It is better to use consistent file names to avoid issue with sorting
etc.

Using underscore in filenames as opposed to dash was chosen because it
seems more common in pytest/python to use underscore for filenames.

Also rename the bin/tests/system/timeouts/tests-tcp.py file to
bin/tests/system/timeouts/tests_tcp_timeouts.py to avoid pytest name
collision (there can't be two files named tests_tcp.py).

(cherry picked from commit f6409ee6ac5913c6f90545a44c4346945d911162)

bin/tests/system/checkds/tests_checkds.py [moved from bin/tests/system/checkds/tests-checkds.py with 100% similarity]
bin/tests/system/shutdown/tests_shutdown.py [moved from bin/tests/system/shutdown/tests-shutdown.py with 100% similarity]
bin/tests/system/statschannel/tests_json.py [moved from bin/tests/system/statschannel/tests-json.py with 100% similarity]
bin/tests/system/statschannel/tests_xml.py [moved from bin/tests/system/statschannel/tests-xml.py with 100% similarity]
bin/tests/system/tcp/tests_tcp.py [moved from bin/tests/system/tcp/tests-tcp.py with 100% similarity]
bin/tests/system/timeouts/tests_tcp_timeouts.py [moved from bin/tests/system/timeouts/tests-tcp.py with 100% similarity]
bin/tests/system/wildcard/tests_wildcard.py [moved from bin/tests/system/wildcard/tests-wildcard.py with 100% similarity]