]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove __init__.py from digdelv system test 12562/head
authorŠtěpán Balážik <stepan@isc.org>
Sun, 9 Aug 2026 19:08:59 +0000 (21:08 +0200)
committerMartin Basti <mbasti@isc.org>
Wed, 12 Aug 2026 20:33:17 +0000 (22:33 +0200)
This was introduced as the way how to allow pytest to use
tests_delv.py filename in multiple suites.
However, team decision was to drop __init__.py
and rather use unique filenames.

bin/tests/system/digdelv/__init__.py [deleted file]
bin/tests/system/digdelv/tests_digdelv_delv.py [moved from bin/tests/system/digdelv/tests_delv.py with 100% similarity]

diff --git a/bin/tests/system/digdelv/__init__.py b/bin/tests/system/digdelv/__init__.py
deleted file mode 100644 (file)
index 3cb1eb1..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
-#
-# SPDX-License-Identifier: MPL-2.0
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0.  If a copy of the MPL was not distributed with this
-# file, you can obtain one at https://mozilla.org/MPL/2.0/.
-#
-# See the COPYRIGHT file distributed with this work for additional
-# information regarding copyright ownership.