Changeset 4a1378c


Ignore:
Timestamp:
Feb 23, 2014, 8:05:00 PM (10 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:
1164bcdf
Parents:
ab35262
Message:

python/tests/test_sink.py: only skip test that use a source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_sink.py

    rab35262 r4a1378c  
    1212
    1313class aubio_sink_test_case(TestCase):
    14 
    15     def setUp(self):
    16         if not len(list_of_sounds):
    17             self.skipTest('add some sound files in \'python/tests/sounds\'')
    1814
    1915    def test_many_sinks(self):
     
    5753        shutil.rmtree(tmpdir)
    5854
    59     def test_read(self):
     55    def test_read_and_write(self):
     56
     57        if not len(list_of_sounds):
     58            self.skipTest('add some sound files in \'python/tests/sounds\'')
     59
    6060        for path in list_of_sounds:
    6161            for samplerate, hop_size in zip([0, 44100, 8000, 32000], [512, 1024, 64, 256]):
Note: See TracChangeset for help on using the changeset viewer.