Changeset 283bb90 for python/tests
- Timestamp:
- May 14, 2016, 5:34:15 AM (9 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:
- 2675227
- Parents:
- b6b65cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_specdesc.py
rb6b65cb r283bb90 241 241 def test_unknown(self): 242 242 # FIXME should fail? 243 o = specdesc("unknown", 512) 243 with self.assertRaises(ValueError): 244 o = specdesc("unknown", 512) 245 self.skipTest('todo: new_specdesc should fail on wrong method') 244 246 245 247 if __name__ == '__main__':
Note: See TracChangeset
for help on using the changeset viewer.