MCPcopy Create free account
hub / github.com/dcos/dcos-cli / test_update_core

Function test_update_core

tests/integration/test_corecli.py:12–15  ·  view source on GitHub ↗
(cmd, default_cluster)

Source from the content-addressed store, hash-verified

10 ['dcos', 'package', 'install', 'dcos-core-cli', '--yes'],
11 ['dcos', '-vv', 'package', 'install', 'dcos-core-cli']])
12def test_update_core(cmd, default_cluster):
13 code, out, _ = exec_cmd(cmd)
14 assert code == 0
15 assert out == ''
16
17
18@pytest.mark.skipif(

Callers

nothing calls this directly

Calls 1

exec_cmdFunction · 0.85

Tested by

no test coverage detected