Changeset 50a8260


Ignore:
Timestamp:
Sep 23, 2016, 1:27:21 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:
1d01e515
Parents:
790b6d7
Message:

python/tests/test_source.py: break long line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_source.py

    r790b6d7 r50a8260  
    2626
    2727    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\'')
    2930        self.default_test_sound = list_of_sounds[0]
    3031
Note: See TracChangeset for help on using the changeset viewer.