Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LaunchPlatform/beanhub-cli
/ del_url
Function
del_url
tests/forms/test_validator.py:111–113 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
109
validate_doc(doc_file)
110
111
def
del_url(d):
112
del d[
"url"
]
113
return
d
114
115
assert list(map(del_url, exc.value.errors())) == expected_errors
116
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected