Ignore:
Timestamp:
May 16, 2016, 5:08:18 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
a6f9ebf
Parents:
58a5fb9
Message:

python/tests: fix most prospect warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_note2midi.py

    r58a5fb9 r0b6d23d  
    5959        self.assertRaises(ValueError, note2midi, 'W9')
    6060
    61     def test_note2midi_wrong_octave(self):
    62         " fails when passed a note with a wrong octave"
     61    def test_note2midi_low_octave(self):
     62        " fails when passed a note with a too low octave"
    6363        self.assertRaises(ValueError, note2midi, 'C-9')
    6464
Note: See TracChangeset for help on using the changeset viewer.