MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / skip_fish_tests

Function skip_fish_tests

scripts/rust.py:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31@cache
32def skip_fish_tests() -> bool:
33 skip_fish_tests = shutil.which("fish") is None
34 if skip_fish_tests:
35 warn("Skipping fish tests")
36 return skip_fish_tests
37
38
39@cache

Callers 1

rust_envFunction · 0.85

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected