moved tests to subdirectory
authorPaul Brossier <piem@piem.org>
Sun, 10 Feb 2013 01:47:37 +0000 (20:47 -0500)
committerPaul Brossier <piem@piem.org>
Sun, 10 Feb 2013 01:47:37 +0000 (20:47 -0500)
21 files changed:
python/demos/demo_beats_and_tempo.py [moved from python/demo_beats_and_tempo.py with 100% similarity]
python/demos/demo_onset_sinusoid.py [moved from python/demo_onset_sinusoid.py with 100% similarity]
python/demos/demo_pitch_sinusoid.py [moved from python/demo_pitch_sinusoid.py with 100% similarity]
python/demos/demo_simple_robot_voice.py [moved from python/demo_simple_robot_voice.py with 100% similarity]
python/demos/demo_sink.py [moved from python/demo_sink.py with 100% similarity]
python/demos/demo_source.py [moved from python/demo_source.py with 100% similarity]
python/demos/demo_spectrogram.py [moved from python/demo_spectrogram.py with 100% similarity]
python/demos/demo_tss.py [moved from python/demo_tss.py with 100% similarity]
python/tests/test_aubio.py [moved from python/test_aubio.py with 100% similarity]
python/tests/test_cvec.py [moved from python/test_cvec.py with 100% similarity]
python/tests/test_fft.py [moved from python/test_fft.py with 100% similarity]
python/tests/test_filter.py [moved from python/test_filter.py with 100% similarity]
python/tests/test_filterbank.py [moved from python/test_filterbank.py with 100% similarity]
python/tests/test_filterbank_mel.py [moved from python/test_filterbank_mel.py with 100% similarity]
python/tests/test_fvec.py [moved from python/test_fvec.py with 100% similarity]
python/tests/test_onset.py [moved from python/test_onset.py with 100% similarity]
python/tests/test_peakpicker.py [moved from python/test_peakpicker.py with 100% similarity]
python/tests/test_phasevoc.py [moved from python/test_phasevoc.py with 100% similarity]
python/tests/test_pitch.py [moved from python/test_pitch.py with 100% similarity]
python/tests/test_source.py [moved from python/test_source.py with 100% similarity]
python/tests/test_specdesc.py [moved from python/test_specdesc.py with 100% similarity]

similarity index 100%
rename from python/demo_tss.py
rename to python/demos/demo_tss.py
similarity index 100%
rename from python/test_fft.py
rename to python/tests/test_fft.py