コード例 #1
0
 def test_frequency_to_notestring(self):
     notestring = sound.frequency_to_notestring(440)
     assert notestring == "A4"