From 18e5fd64f3566b62c065339b894e0baa139bf420 Mon Sep 17 00:00:00 2001 From: Monika Kairaityte Date: Sun, 19 Jan 2025 20:56:21 +0200 Subject: [PATCH] tests/integration: Move test "filesystem" to corresponding dir Signed-off-by: Monika Kairaityte --- tests/integration/filesystem/__init__.py | 1 + .../{ => filesystem}/test_podman_compose_filesystem.py | 0 2 files changed, 1 insertion(+) create mode 100644 tests/integration/filesystem/__init__.py rename tests/integration/{ => filesystem}/test_podman_compose_filesystem.py (100%) diff --git a/tests/integration/filesystem/__init__.py b/tests/integration/filesystem/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/integration/filesystem/__init__.py @@ -0,0 +1 @@ + diff --git a/tests/integration/test_podman_compose_filesystem.py b/tests/integration/filesystem/test_podman_compose_filesystem.py similarity index 100% rename from tests/integration/test_podman_compose_filesystem.py rename to tests/integration/filesystem/test_podman_compose_filesystem.py