MCPcopy Create free account
hub / github.com/cs01/gdbgui / python_tests

Function python_tests

noxfile.py:38–44  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

36
37@nox.session(reuse_venv=True)
38def python_tests(session):
39 session.install(".", "pytest", "pytest-cov")
40 tests = session.posargs or ["tests"]
41 session.run(
42 "pytest", "--cov=gdbgui", "--cov-config", ".coveragerc", "--cov-report=", *tests
43 )
44 session.notify("cover")
45
46
47@nox.session(reuse_venv=True)

Callers 1

testsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected