Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
def
_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
277
def
_plugin_dir(name):
Callers
1
_install_test_plugin
Function · 0.85
Calls
1
_plugin_dir
Function · 0.85
Tested by
no test coverage detected