Changeset 12e91a6 for python/tests/test_specdesc.py
- Timestamp:
- Sep 23, 2016, 12:07:36 AM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_specdesc.py
r2763582 r12e91a6 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.