Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
load_tests(loader, tests, ignore):
Callers
nothing calls this directly
Calls
2
transpose
Method · 0.95
Track
Class · 0.90
Tested by
no test coverage detected