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

Function _mark_case

tests/sol_execbench/test_e2e.py:168–172  ·  view source on GitHub ↗
(case: Sample)

Source from the content-addressed store, hash-verified

166
167
168def _mark_case(case: Sample) -> list:
169 marks = [pytest.mark.xdist_group("serial")]
170 for m in case.extra_markers:
171 marks.append(getattr(pytest.mark, m))
172 return marks
173
174
175# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected