MCPcopy Index your code
hub / github.com/PyO3/rust-numpy / test

Function test

x.py:81–87  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

79
80
81def test(args):
82 run("cargo", "test", "--all-features", "--lib")
83
84 if args.name is None:
85 run("cargo", "test", "--all-features", "--tests")
86 else:
87 run("cargo", "test", "--all-features", "--test", args.name)
88
89
90def bench(args):

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected