[Test] Added test for check_tool_binary_local

This commit is contained in:
Salvador E. Tropea 2022-07-08 12:25:10 -03:00
parent 0fd4be5fc6
commit c464ccfb95
1 changed files with 2 additions and 0 deletions

View File

@ -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()