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

Method test_readfile

src/pyOpenMS/tests/unittests/test_TraML.py:12–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10 self.filename = os.path.join(dirname, "test.TraML").encode()
11
12 def test_readfile(self):
13 targeted = pyopenms.TargetedExperiment();
14 tramlfile = pyopenms.TraMLFile();
15 tramlfile.load(self.filename, targeted);
16
17 def test_readfile_content(self):
18 targeted = pyopenms.TargetedExperiment();

Callers

nothing calls this directly

Calls 3

loadMethod · 0.95
TargetedExperimentMethod · 0.80
TraMLFileMethod · 0.80

Tested by

no test coverage detected