MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / main

Function main

scripts/hermes_plugin_unit_check.py:130–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128
129
130def main():
131 work = Path(tempfile.mkdtemp(prefix="ts-hermes-plugin-check-"))
132 try:
133 run_checks(work)
134 finally:
135 shutil.rmtree(work, ignore_errors=True)
136 print(f"1..{PASS}")
137 print(f"hermes plugin unit checks: all {PASS} passed")
138
139
140def run_checks(work: Path):

Callers 1

Calls 1

run_checksFunction · 0.85

Tested by

no test coverage detected