We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aeddb6 commit 427c9b8Copy full SHA for 427c9b8
compose/tests/test_docker_compose.py
@@ -57,7 +57,7 @@ def test_can_specify_services():
57
[False],
58
])
59
def test_can_run_specific_services(should_run_hub: bool):
60
- # compose V2 will improve this test by being able to assert that "firefox" also has started and exited
+ # compose V2 will improve this test by being able to assert that "firefox" also started/exited
61
services = ["firefox"]
62
if should_run_hub:
63
services.append("hub")
0 commit comments