Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tong89/smartNode
/ test_delete_missing
Method
test_delete_missing
tests/test_store.py:85–86 ·
view source on GitHub ↗
(self, store)
Source
from the content-addressed store, hash-verified
83
assert store.load_scenario(
"临时"
) is None
84
85
def
test_delete_missing(self, store):
86
assert store.delete_scenario(
"不存在"
) is False
87
88
89
class
TestScenarioStoreBaseline:
Callers
nothing calls this directly
Calls
1
delete_scenario
Method · 0.80
Tested by
no test coverage detected