Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/neuml/paperai
/ testEmpty
Method
testEmpty
test/python/testquery.py:20–26 ·
view source on GitHub ↗
Test empty fields.
(self)
Source
from the content-addressed store, hash-verified
18
""
"
19
20
def
testEmpty(self):
21
""
"
22
Test empty fields.
23
""
"
24
25
self.assertEqual(Query.authors(None), None)
26
self.assertEqual(Query.date(None), None)
27
28
def
testRun(self):
29
""
"
Callers
nothing calls this directly
Calls
2
authors
Method · 0.80
date
Method · 0.80
Tested by
no test coverage detected