MCPcopy Create free account
hub / github.com/DedalusProject/dedalus / cov

Function cov

dedalus/tests/__init__.py:32–36  ·  view source on GitHub ↗

Print test coverage.

()

Source from the content-addressed store, hash-verified

30 return pytest.main(cmd + [testpath])
31
32def cov():
33 """Print test coverage."""
34 cmd = base_cmd()
35 cmd.extend(["--benchmark-disable", "--cov=dedalus.core"])
36 return pytest.main(cmd + [testpath])

Callers 1

__main__.pyFile · 0.90

Calls 1

base_cmdFunction · 0.85

Tested by

no test coverage detected