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

Function run_cargo_tests

scripts/build.py:44–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43
44def run_cargo_tests():
45 args = [cargo_cmd_name()]
46 args.extend(["test", "--locked", "--package", CHAT_PACKAGE_NAME])
47 run_cmd(
48 args,
49 env={
50 **os.environ,
51 **rust_env(release=False),
52 },
53 )
54
55
56def run_clippy():

Callers 1

buildFunction · 0.70

Calls 3

cargo_cmd_nameFunction · 0.90
run_cmdFunction · 0.90
rust_envFunction · 0.90

Tested by

no test coverage detected