mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-25 06:23:25 +02:00
Run ruff format
Signed-off-by: gtebbutt <5956226+gtebbutt@users.noreply.github.com>
This commit is contained in:
parent
4d715ce21d
commit
9cd17f2b8e
@ -9,11 +9,7 @@ from tests.integration.test_utils import test_path
|
|||||||
|
|
||||||
|
|
||||||
def compose_yaml_path(failure_order):
|
def compose_yaml_path(failure_order):
|
||||||
return os.path.join(
|
return os.path.join(test_path(), "abort", f"docker-compose-fail-{failure_order}.yaml")
|
||||||
test_path(),
|
|
||||||
"abort",
|
|
||||||
f"docker-compose-fail-{failure_order}.yaml"
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
def test_abort_command(failure_order, abort_type):
|
def test_abort_command(failure_order, abort_type):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user