MCPcopy Create free account
hub / github.com/bspaans/python-mingus / setUp

Method setUp

tests/unit/containers/test_bar.py:13–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11
12class test_Bar(unittest.TestCase):
13 def setUp(self):
14 self.b = Bar("C", (4, 4))
15 self.c = Bar("E", (2, 2))
16 self.meterless = Bar("C", (0, 0))
17
18 def test_place_notes_types(self):
19 self.assertEqual(True, self.meterless + NoteContainer(["A", "C"]))

Callers

nothing calls this directly

Calls 1

BarClass · 0.90

Tested by

no test coverage detected