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