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

Function testIdXMLFile

src/pyOpenMS/tests/unittests/test000.py:2204–2212  ·  view source on GitHub ↗

@tests: IdXMLFile IdXMLFile.__init__ IdXMLFile.load IdXMLFile.store

()

Source from the content-addressed store, hash-verified

2202
2203@report
2204def testIdXMLFile():
2205 """
2206 @tests: IdXMLFile
2207 IdXMLFile.__init__
2208 IdXMLFile.load
2209 IdXMLFile.store
2210 """
2211 assert pyopenms.IdXMLFile().load is not None
2212 assert pyopenms.IdXMLFile().store is not None
2213
2214@report
2215def test_peptide_identifications_to_df():

Callers

nothing calls this directly

Calls 1

IdXMLFileMethod · 0.80

Tested by

no test coverage detected