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

Function testMSPFile

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

@tests: MSPFile MSPFile.__init__

()

Source from the content-addressed store, hash-verified

2341
2342@report
2343def testMSPFile():
2344 """
2345 @tests: MSPFile
2346 MSPFile.__init__
2347 """
2348 f = pyopenms.MSPFile()
2349
2350 # assert pyopenms.KroenikFile().load is not None
2351 # assert pyopenms.KroenikFile().store is not None
2352
2353@report
2354def testMzIdentMLFile():

Callers

nothing calls this directly

Calls 1

MSPFileMethod · 0.80

Tested by

no test coverage detected