MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / normalize_name

Function normalize_name

Tester.py:32–33  ·  view source on GitHub ↗
(test_name: str)

Source from the content-addressed store, hash-verified

30def read(path: Path) -> str:
31 return path.read_text(encoding="utf-8")
32
33
34def write_failure(path: Path, proc) -> None:
35 path.write_text(
36 f"STDOUT:\n{proc.stdout}\n\nSTDERR:\n{proc.stderr}",

Callers 2

process_binary_testFunction · 0.70
process_integration_testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected