Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/neuml/paperai
/ testRun
Method
testRun
test/python/testexport.py:18–24 ·
view source on GitHub ↗
Test export run
(self)
Source
from the content-addressed store, hash-verified
16
""
"
17
18
def
testRun(self):
19
""
"
20
Test export run
21
""
"
22
23
Export.run(Utils.PATH +
"/export.txt"
, Utils.PATH)
24
self.assertEqual(Utils.linecount(Utils.PATH +
"/export.txt"
), 29841)
Callers
nothing calls this directly
Calls
2
linecount
Method · 0.80
run
Method · 0.45
Tested by
no test coverage detected