]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Rename allow-query pytest glue file
authorTom Krizek <tkrizek@isc.org>
Wed, 30 Aug 2023 11:37:09 +0000 (13:37 +0200)
committerTom Krizek <tkrizek@isc.org>
Tue, 19 Sep 2023 12:56:21 +0000 (14:56 +0200)
To conform with the expected naming convention, the pytest glue file for
the `allow-query` test should use underscore as the word separator in
the python file name: allow-query/tests_sh_allow_query.py

(cherry picked from commit c026a00696de1314fa0e27afa725ce35f4016aae)

bin/tests/system/allow-query/tests_sh_allow_query.py [moved from bin/tests/system/allow-query/tests_sh_allowquery.py with 92% similarity]

similarity index 92%
rename from bin/tests/system/allow-query/tests_sh_allowquery.py
rename to bin/tests/system/allow-query/tests_sh_allow_query.py
index ce20d79a8e22cfaef5f451546684430f3ab2260f..7b22ee2899f30404fb4d5466243c2914a34b0cae 100644 (file)
@@ -10,5 +10,5 @@
 # information regarding copyright ownership.
 
 
-def test_allowquery(run_tests_sh):
+def test_allow_query(run_tests_sh):
     run_tests_sh()