Changeset 50a8260
- Timestamp:
- Sep 23, 2016, 1:27:21 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:
- 1d01e515
- Parents:
- 790b6d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_source.py
r790b6d7 r50a8260 26 26 27 27 def setUp(self): 28 if not len(list_of_sounds): self.skipTest('add some sound files in \'python/tests/sounds\'') 28 if not len(list_of_sounds): 29 self.skipTest('add some sound files in \'python/tests/sounds\'') 29 30 self.default_test_sound = list_of_sounds[0] 30 31
Note: See TracChangeset
for help on using the changeset viewer.