MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / test_readfile

Method test_readfile

src/pyOpenMS/tests/unittests/test_FileIO.py:37–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 self.filename = os.path.join(dirname, "test.idXML").encode()
36
37 def test_readfile(self):
38 idxml_file = pyopenms.IdXMLFile()
39 peps = []
40 prots = []
41 idxml_file.load(self.filename, prots, peps)
42
43 def test_readfile_content(self):
44 idxml_file = pyopenms.IdXMLFile()

Callers

nothing calls this directly

Calls 2

loadMethod · 0.95
IdXMLFileMethod · 0.80

Tested by

no test coverage detected