MCPcopy Create free account
hub / github.com/Leron-X/leronx / test_empty_topic_raises

Method test_empty_topic_raises

tests/test_script.py:33–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 assert "[HOOK]" not in script
32
33 def test_empty_topic_raises(self):
34 with pytest.raises(ValueError):
35 ScriptGenerator().generate(ScriptConfig(topic=""))

Callers

nothing calls this directly

Calls 3

ScriptGeneratorClass · 0.90
ScriptConfigClass · 0.90
generateMethod · 0.45

Tested by

no test coverage detected