MCPcopy Create free account
hub / github.com/apache/arrow / format_run

Function format_run

dev/archery/archery/docker/tests/test_docker.py:208–213  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

206
207
208def format_run(args):
209 cmd = ["run", "--rm"]
210 if isinstance(args, str):
211 return " ".join(cmd + [args])
212 else:
213 return cmd + args
214
215
216@pytest.fixture

Callers 2

test_compose_runFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected