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

Method setUp

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

Source from the content-addressed store, hash-verified

10
11class test_Track(unittest.TestCase):
12 def setUp(self):
13 self.i = Track(Instrument())
14 self.p = Track(Piano())
15 self.g = Track(Guitar())
16 self.tr = Track()
17
18 def test_add(self):
19 pass

Callers

nothing calls this directly

Calls 4

TrackClass · 0.90
InstrumentClass · 0.90
PianoClass · 0.90
GuitarClass · 0.90

Tested by

no test coverage detected