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

Function all_tests

scripts/test.py:109–113  ·  view source on GitHub ↗
(clippy_fail_on_warn: bool)

Source from the content-addressed store, hash-verified

107
108
109def all_tests(clippy_fail_on_warn: bool):
110 variants = get_variants()
111 lint_install_sh()
112 run_cargo_tests(variants=variants)
113 run_clippy(variants=variants, fail_on_warn=clippy_fail_on_warn)

Callers

nothing calls this directly

Calls 4

get_variantsFunction · 0.90
lint_install_shFunction · 0.85
run_cargo_testsFunction · 0.70
run_clippyFunction · 0.70

Tested by

no test coverage detected