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

Function _mark_example

tests/examples/test_examples.py:180–184  ·  view source on GitHub ↗
(case: Example)

Source from the content-addressed store, hash-verified

178
179
180def _mark_example(case: Example) -> list:
181 marks = [pytest.mark.xdist_group("serial")]
182 for m in case.extra_markers:
183 marks.append(getattr(pytest.mark, m))
184 return marks
185
186
187# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected