mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-05 21:09:46 +01:00
tests/integration: Move test "include" to corresponding directory
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
This commit is contained in:
parent
1c21d655ba
commit
3093b00326
1
tests/integration/include/__init__.py
Normal file
1
tests/integration/include/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
|
@ -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",
|
Loading…
Reference in New Issue
Block a user