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

Function _install_test_plugin

tests/integration/test_plugin.py:265–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263
264
265def _install_test_plugin():
266 code, out, err = exec_cmd(['dcos', 'plugin', 'add', _test_plugin_path()])
267 assert err == 'New commands available: test\n'
268 assert out == ''
269 assert code == 0
270
271
272def _test_plugin_path():

Callers 8

test_plugin_invocationFunction · 0.85
test_plugin_verbosityFunction · 0.85
test_plugin_exit_codeFunction · 0.85
test_plugin_config_envFunction · 0.85
test_plugin_removeFunction · 0.85
test_plugin_help_usageFunction · 0.85

Calls 2

exec_cmdFunction · 0.85
_test_plugin_pathFunction · 0.85

Tested by

no test coverage detected