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) -