tests/integration: Move test "include" to corresponding directory

Signed-off-by: Monika Kairaityte <monika@kibit.lt>
This commit is contained in:
Monika Kairaityte 2025-01-19 21:01:38 +02:00
parent 1c21d655ba
commit 3093b00326
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@

View File

@ -12,7 +12,7 @@ class TestPodmanComposeInclude(unittest.TestCase, RunSubprocessMixin):
Test that podman-compose can execute podman-compose -f <file> up with include
:return:
"""
main_path = Path(__file__).parent.parent.parent
main_path = Path(__file__).parent.parent.parent.parent
command_up = [
"coverage",