mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-21 20:41:42 +02:00
tests/integration: Move test "in_pod" to corresponding directory
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
This commit is contained in:
parent
18e5fd64f3
commit
1c21d655ba
1
tests/integration/in_pod/__init__.py
Normal file
1
tests/integration/in_pod/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
@ -8,7 +8,7 @@ from tests.integration.test_utils import RunSubprocessMixin
|
|||||||
|
|
||||||
def base_path():
|
def base_path():
|
||||||
"""Returns the base path for the project"""
|
"""Returns the base path for the project"""
|
||||||
return os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
|
return os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
|
||||||
|
|
||||||
|
|
||||||
def test_path():
|
def test_path():
|
Loading…
x
Reference in New Issue
Block a user