From 7d5bf645f60afa83a9971a1523612ed38a4439ad Mon Sep 17 00:00:00 2001 From: Monika Kairaityte Date: Mon, 20 Jan 2025 23:08:35 +0200 Subject: [PATCH] tests/integration: Move test "vol" to corresponding directory Signed-off-by: Monika Kairaityte --- tests/integration/vol/__init__.py | 1 + .../test_podman_compose_vol.py} | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 tests/integration/vol/__init__.py rename tests/integration/{test_podman_compose_tests.py => vol/test_podman_compose_vol.py} (99%) diff --git a/tests/integration/vol/__init__.py b/tests/integration/vol/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/integration/vol/__init__.py @@ -0,0 +1 @@ + diff --git a/tests/integration/test_podman_compose_tests.py b/tests/integration/vol/test_podman_compose_vol.py similarity index 99% rename from tests/integration/test_podman_compose_tests.py rename to tests/integration/vol/test_podman_compose_vol.py index 8e20125..9636039 100644 --- a/tests/integration/test_podman_compose_tests.py +++ b/tests/integration/vol/test_podman_compose_vol.py @@ -54,4 +54,3 @@ class TestPodmanCompose(unittest.TestCase, RunSubprocessMixin): self.run_subprocess(["podman", "volume", "rm", "my-app-data"]) self.run_subprocess(["podman", "volume", "rm", "actual-name-of-volume"]) self.assertEqual(return_code, 0) -