]> git.ipfire.org Git - thirdparty/bind9.git/commit
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 13:02:45 +0000 (14:02 +0100)
commit4652da6caf2dec8405cdec46f2528e09490437fc
tree9b6ba924f010985e1b6cac84c2ecd738208e73be
parent6fd6686865f34cbed8dee0a1ab9649094e29f4f4
Use common name convention for pytest files

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/dispatch/tests_connreset.py [moved from bin/tests/system/dispatch/tests-connreset.py with 100% similarity]
bin/tests/system/rpzextra/tests_rpz_passthru_logging.py [moved from bin/tests/system/rpzextra/tests-rpz-passthru-logging.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]