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

Class Example

tests/examples/test_examples.py:51–59  ·  view source on GitHub ↗

Parameters for one example e2e test case.

Source from the content-addressed store, hash-verified

49
50@dataclass
51class Example:
52 """Parameters for one example e2e test case."""
53
54 test_id: str
55 language: str
56 problem: str
57 solution_file: str
58 expected_count: int
59 extra_markers: list[str] = field(default_factory=list)
60
61
62_EXAMPLES = [

Callers 1

test_examples.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected