Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
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_env
Function · 0.85
Calls
1
warn
Function · 0.90
Tested by
no test coverage detected