MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / SingleLineTestRunner

Class SingleLineTestRunner

test/single_line_runner.py:91–97  ·  view source on GitHub ↗

Subclass of TextTestResult that uses SingleLineTestResult.

Source from the content-addressed store, hash-verified

89
90
91class SingleLineTestRunner(ColorTextRunner):
92 """Subclass of TextTestResult that uses SingleLineTestResult."""
93
94 resultclass = SingleLineTestResult # type: ignore
95
96 def __init__(self, *args, **kwargs):
97 super().__init__(*args, buffer=True, **kwargs)

Callers 1

run_testsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected