MCPcopy Create free account
hub / github.com/NVIDIA/SOL-ExecBench / pytest_configure

Function pytest_configure

tests/conftest.py:41–46  ·  view source on GitHub ↗

Register custom markers.

(config)

Source from the content-addressed store, hash-verified

39
40
41def pytest_configure(config):
42 """Register custom markers."""
43 config.addinivalue_line(
44 "markers",
45 "timing_serial: GPU timing tests (skipped by default; run with: pytest tests -m timing_serial -n 0)",
46 )
47
48
49def pytest_collection_modifyitems(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected