[Test] Added test for check_tool_binary_local
This commit is contained in:
parent
0fd4be5fc6
commit
c464ccfb95
|
|
@ -42,6 +42,8 @@ def try_dependency(ctx, caplog, monkeypatch, docstring, name_dep, downloader_nam
|
|||
if use_wrapper:
|
||||
dep.downloader = downloader_func
|
||||
res = mod.try_download_tool_binary(dep)
|
||||
if res:
|
||||
res = mod.check_tool_binary_local(dep)
|
||||
else:
|
||||
res = downloader_func(dep, 'Linux', 'x86_64')
|
||||
cov.stop()
|
||||
|
|
|
|||
Loading…
Reference in New Issue