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 ec2a5fb commit 3f3a262Copy full SHA for 3f3a262
1 file changed
tests/test_compose_generation.py
@@ -28,9 +28,7 @@ def test_compose_has_network_section(tmp_path):
28
29
30
def test_compose_preserves_named_volume(tmp_path):
31
- (tmp_path / "run").write_text(
32
- "docker run --name node1 -v CU:/out1 concore/py &"
33
- )
+ (tmp_path / "run").write_text("docker run --name node1 -v CU:/out1 concore/py &")
34
path = _write_docker_compose(tmp_path, Console(quiet=True))
35
content = path.read_text()
36
assert " CU:\n name: 'CU'" in content
0 commit comments