MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / _load

Function _load

Scripts/codegen/tests/test_introspect_snapshot.py:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22
23def _load() -> dict:
24 if not os.path.exists(_SNAPSHOT):
25 pytest.skip("introspect_snapshot.json not built yet; run "
26 "build_introspect_snapshot.py")
27 with open(_SNAPSHOT, "r", encoding="utf-8") as f:
28 return json.load(f)
29
30
31def test_snapshot_meta_and_top_level_keys_present():

Calls

no outgoing calls

Tested by

no test coverage detected