Changeset ad65346 for python/tests/test_specdesc.py
- Timestamp:
- Sep 23, 2016, 6:57:20 AM (8 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
- Children:
- 7d01fdf
- Parents:
- 3ffedf22 (diff), bd8a92d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_specdesc.py
r3ffedf22 rad65346 226 226 227 227 def test_unknown(self): 228 # FIXME should fail? 229 with self.assertRaises(ValueError): 228 with self.assertRaises(RuntimeError): 230 229 specdesc("unknown", 512) 231 self.skipTest('todo: new_specdesc should fail on wrong method')232 230 233 231 if __name__ == '__main__':
Note: See TracChangeset
for help on using the changeset viewer.