MCPcopy Create free account
hub / github.com/LaihoE/Python-demoparser / setUp

Method setUp

tests/parser_test.py:18–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16
17class TestFullDemo(unittest.TestCase):
18 def setUp(self) -> None:
19 demo_path = os.path.join(os.path.dirname(__file__), 'test.dem')
20 self.parser = DemoParser(demo_path)
21
22 def test_header(self):
23 header = self.parser.parse_header()

Callers

nothing calls this directly

Calls 1

DemoParserClass · 0.85

Tested by

no test coverage detected