Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ScriptGenerator
Class · 0.90
ScriptConfig
Class · 0.90
generate
Method · 0.45
Tested by
no test coverage detected