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

Function _test_plugin_path

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

Source from the content-addressed store, hash-verified

270
271
272def _test_plugin_path():
273 file = 'dcos-test.exe' if sys.platform == 'win32' else 'dcos-test'
274 return os.path.join(_plugin_dir('dcos-test'), sys.platform, file)
275
276
277def _plugin_dir(name):

Callers 1

_install_test_pluginFunction · 0.85

Calls 1

_plugin_dirFunction · 0.85

Tested by

no test coverage detected