From: Štěpán Balážik Date: Sun, 9 Aug 2026 19:08:59 +0000 (+0200) Subject: remove __init__.py from digdelv system test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feaaa9715a7aa813a6c02ccfebb7fd7138769eb0;p=thirdparty%2Fbind9.git remove __init__.py from digdelv system test 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. --- diff --git a/bin/tests/system/digdelv/__init__.py b/bin/tests/system/digdelv/__init__.py deleted file mode 100644 index 3cb1eb11d50..00000000000 --- a/bin/tests/system/digdelv/__init__.py +++ /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. diff --git a/bin/tests/system/digdelv/tests_delv.py b/bin/tests/system/digdelv/tests_digdelv_delv.py similarity index 100% rename from bin/tests/system/digdelv/tests_delv.py rename to bin/tests/system/digdelv/tests_digdelv_delv.py