Skip to content

Commit 09bf7ce

Browse files
committed
tests/integration: Rename dir build_fail_multi
Renamed directory `build_fail_multi` to more appropriate `commands_fail_exit_code` as more tests were added to other commands:`push` and `run`. Signed-off-by: Monika Kairaityte <monika@kibit.lt>
1 parent c1ca916 commit 09bf7ce

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/integration/build_fail_multi/test_podman_compose_build_fail_multi.py renamed to tests/integration/commands_fail_exit_code/test_podman_compose_commands_fail_exit_code.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
from tests.integration.test_utils import test_path
99

1010

11-
def compose_yaml_path():
11+
def compose_yaml_path() -> None:
1212
""" "Returns the path to the compose file used for this test module"""
13-
base_path = os.path.join(test_path(), "build_fail_multi")
13+
base_path = os.path.join(test_path(), "commands_fail_exit_code")
1414
return os.path.join(base_path, "docker-compose.yml")
1515

1616

1717
class TestComposeBuildFailMulti(unittest.TestCase, RunSubprocessMixin):
18-
def test_build_fail_multi(self):
18+
def test_build_command_fail(self) -> None:
1919
output, error = self.run_subprocess_assert_returncode(
2020
[
2121
podman_compose_path(),

0 commit comments

Comments
 (0)