]> git.parisson.com Git - timeside.git/commit
moved tests outside timeside module
authorPaul Brossier <piem@piem.org>
Tue, 22 Nov 2011 03:30:55 +0000 (19:30 -0800)
committerPaul Brossier <piem@piem.org>
Tue, 22 Nov 2011 03:30:55 +0000 (19:30 -0800)
commit994b745dd577b2a0474492c56349e1edefaa3aa5
treef092c837a2eefaebc11985b57b156a996e7de665
parent9d33ac5d2c0240a784a71b153c312cee92e13c05
moved tests outside timeside module
61 files changed:
tests/alltests.py [new file with mode: 0644]
tests/api/__init__.py [new file with mode: 0644]
tests/api/examples.py [new file with mode: 0644]
tests/api/gstreamer.py [new file with mode: 0644]
tests/api/test_analyzer.py [new file with mode: 0644]
tests/api/test_analyzer3.py [new file with mode: 0644]
tests/api/test_flac.py [new file with mode: 0644]
tests/api/test_lolevel.py [new file with mode: 0644]
tests/api/test_lolevel_streaming.py [new file with mode: 0644]
tests/api/test_lolevel_streaming_bad.py [new file with mode: 0644]
tests/api/test_lolevel_streaming_vorbis.py [new file with mode: 0644]
tests/api/test_mp3.py [new file with mode: 0644]
tests/api/test_pipe.py [new file with mode: 0644]
tests/api/test_pipe_spectrogram.py [new file with mode: 0644]
tests/api/test_pipe_waveform.py [new file with mode: 0644]
tests/api/test_vorbis.py [new file with mode: 0644]
tests/api/test_wav.py [new file with mode: 0644]
tests/listprocessors.py [new file with mode: 0644]
tests/samples/guitar.wav [new file with mode: 0644]
tests/samples/sweep.flac [new file with mode: 0644]
tests/samples/sweep.mp3 [new file with mode: 0644]
tests/samples/sweep.ogg [new file with mode: 0644]
tests/samples/sweep.wav [new file with mode: 0644]
tests/samples/sweep_source.wav [new file with mode: 0644]
tests/testcomponent.py [new file with mode: 0644]
tests/testdecoding.py [new file with mode: 0644]
tests/testgraphers.py [new file with mode: 0644]
tests/testinputadapter.py [new file with mode: 0644]
tests/testtranscoding.py [new file with mode: 0644]
tests/unit_timeside.py [new file with mode: 0644]
timeside/__init__.py
timeside/tests/__init__.py [deleted file]
timeside/tests/alltests.py [deleted file]
timeside/tests/api/__init__.py [deleted file]
timeside/tests/api/examples.py [deleted file]
timeside/tests/api/gstreamer.py [deleted file]
timeside/tests/api/test_analyzer.py [deleted file]
timeside/tests/api/test_analyzer3.py [deleted file]
timeside/tests/api/test_flac.py [deleted file]
timeside/tests/api/test_lolevel.py [deleted file]
timeside/tests/api/test_lolevel_streaming.py [deleted file]
timeside/tests/api/test_lolevel_streaming_bad.py [deleted file]
timeside/tests/api/test_lolevel_streaming_vorbis.py [deleted file]
timeside/tests/api/test_mp3.py [deleted file]
timeside/tests/api/test_pipe.py [deleted file]
timeside/tests/api/test_pipe_spectrogram.py [deleted file]
timeside/tests/api/test_pipe_waveform.py [deleted file]
timeside/tests/api/test_vorbis.py [deleted file]
timeside/tests/api/test_wav.py [deleted file]
timeside/tests/listprocessors.py [deleted file]
timeside/tests/samples/guitar.wav [deleted file]
timeside/tests/samples/sweep.flac [deleted file]
timeside/tests/samples/sweep.mp3 [deleted file]
timeside/tests/samples/sweep.ogg [deleted file]
timeside/tests/samples/sweep.wav [deleted file]
timeside/tests/samples/sweep_source.wav [deleted file]
timeside/tests/testcomponent.py [deleted file]
timeside/tests/testdecoding.py [deleted file]
timeside/tests/testgraphers.py [deleted file]
timeside/tests/testinputadapter.py [deleted file]
timeside/tests/testtranscoding.py [deleted file]