Changeset 12e91a6


Ignore:
Timestamp:
Sep 23, 2016, 12:07:36 AM (7 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:
9bfef718
Parents:
2763582
Message:

python/tests/test_specdesc.py: RuntimeError? is now raised on wrong mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_specdesc.py

    r2763582 r12e91a6  
    226226
    227227    def test_unknown(self):
    228         # FIXME should fail?
    229         with self.assertRaises(ValueError):
     228        with self.assertRaises(RuntimeError):
    230229            specdesc("unknown", 512)
    231             self.skipTest('todo: new_specdesc should fail on wrong method')
    232230
    233231if __name__ == '__main__':
Note: See TracChangeset for help on using the changeset viewer.