MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / ArchiveStubTests

Class ArchiveStubTests

tests/flows/test_runner.py:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113
114class ArchiveStubTests(unittest.TestCase):
115 def test_archive_is_no_op(self) -> None:
116 cfg = PaperSemanticCfg()
117 result = MagicMock()
118 # Must not raise, must return None, must not touch result.
119 self.assertIsNone(_archive_run_artifacts(cfg, None, result))
120 result.assert_not_called()
121
122
123class RunWithObservabilityTests(unittest.IsolatedAsyncioTestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected