Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ test_insert_default_values
Method
test_insert_default_values
tests/test_db.py:205–206 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
203
t(True)
204
205
def
test_insert_default_values(self):
206
self.db.insert(
"person"
)
207
208
def
test_where(self):
209
self.db.insert(
"person"
, False, name=
"Foo"
)
Callers
nothing calls this directly
Calls
1
insert
Method · 0.80
Tested by
no test coverage detected