From 7e9ed4e09c14e801cdc491d160acb2877fcbf00a Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Thu, 23 Jan 2025 16:12:16 +0100 Subject: [PATCH] Move shell testing to a separated directory For better visibility that we have such a tests. --- tests/unit_tests/shell_tests/__init__.py | 0 .../{dracut_tests => shell_tests}/test_dracut_anaconda-lib.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/unit_tests/shell_tests/__init__.py rename tests/unit_tests/{dracut_tests => shell_tests}/test_dracut_anaconda-lib.py (100%) diff --git a/tests/unit_tests/shell_tests/__init__.py b/tests/unit_tests/shell_tests/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/unit_tests/dracut_tests/test_dracut_anaconda-lib.py b/tests/unit_tests/shell_tests/test_dracut_anaconda-lib.py similarity index 100% rename from tests/unit_tests/dracut_tests/test_dracut_anaconda-lib.py rename to tests/unit_tests/shell_tests/test_dracut_anaconda-lib.py