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

Method test_transpose

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

Source from the content-addressed store, hash-verified

19 pass
20
21 def test_transpose(self):
22 t = Track()
23 t + "C"
24 t + "E"
25 t.transpose("3")
26 s = Track()
27 s + "E"
28 s + "G#"
29 self.assertEqual(s, t)
30
31
32def load_tests(loader, tests, ignore):

Callers

nothing calls this directly

Calls 2

transposeMethod · 0.95
TrackClass · 0.90

Tested by

no test coverage detected