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

Function test_plugin_help_usage

tests/integration/test_plugin.py:256–262  ·  view source on GitHub ↗
(default_cluster)

Source from the content-addressed store, hash-verified

254
255
256def test_plugin_help_usage(default_cluster):
257 _install_test_plugin()
258
259 code, out, err = exec_cmd(['dcos', 'help', 'test'])
260 assert err == ''
261 assert out == 'Help usage for dcos-test\n'
262 assert code == 0
263
264
265def _install_test_plugin():

Callers

nothing calls this directly

Calls 2

_install_test_pluginFunction · 0.85
exec_cmdFunction · 0.85

Tested by

no test coverage detected