MCPcopy 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

linecountMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected