# # ChangeLog for python/tests/test_source.py # # Generated by Trac 1.2 # May 11, 2024, 8:20:06 AM Mon, 16 May 2016 03:08:18 GMT Paul Brossier [0b6d23d] * python/tests/test_aubio.py (modified) * python/tests/test_cvec.py (modified) * python/tests/test_fft.py (modified) * python/tests/test_filter.py (modified) * python/tests/test_filterbank.py (modified) * python/tests/test_filterbank_mel.py (modified) * python/tests/test_fvec.py (modified) * python/tests/test_mathutils.py (modified) * python/tests/test_mfcc.py (modified) * python/tests/test_midi2note.py (modified) * python/tests/test_musicutils.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_onset.py (modified) * python/tests/test_phasevoc.py (modified) * python/tests/test_pitch.py (modified) * python/tests/test_sink.py (modified) * python/tests/test_slicing.py (modified) * python/tests/test_source.py (modified) * python/tests/test_specdesc.py (modified) * python/tests/test_zero_crossing_rate.py (modified) * python/tests/utils.py (modified) python/tests: fix most prospect warnings Sun, 15 May 2016 19:59:38 GMT Paul Brossier [ca89d9f] * python/tests/test_source.py (modified) python/tests/test_source.py: fix when python/tests/sounds exists Sun, 15 May 2016 19:25:13 GMT Paul Brossier [15a005d] * python/tests/test_source.py (modified) python/tests/test_source.py: skip tests if no sounds were found Sat, 14 May 2016 03:22:28 GMT Paul Brossier [36e8956] * python/tests/test_source.py (modified) python/tests/test_source.py: simplify, quieten Sat, 30 Apr 2016 14:27:10 GMT Paul Brossier [355c761] * python/tests/test_source.py (modified) python/tests/test_source.py: fix format for python3 Sat, 30 Apr 2016 14:17:31 GMT Paul Brossier [5f5f843] * python/tests/test_source.py (modified) python/tests/test_source.py: use nose2 to create one unit test per ... Mon, 25 Apr 2016 16:05:02 GMT Paul Brossier [cfa46b9] * python/ext/py-source.c (modified) * python/tests/test_source.py (modified) python/ext/py-source.c: added duration Mon, 18 Apr 2016 22:49:21 GMT Paul Brossier [fbd7c80] * python/tests/test_source.py (modified) python/tests/test_source.py: simplify print Mon, 18 Apr 2016 21:24:47 GMT Paul Brossier [689106e] * python/tests/test_fvec.py (modified) * python/tests/test_mathutils.py (modified) * python/tests/test_musicutils.py (modified) * python/tests/test_phasevoc.py (modified) * python/tests/test_pitch.py (modified) * python/tests/test_sink.py (modified) * python/tests/test_source.py (modified) python/tests/: prepare for python3 (see #33) Sun, 21 Sep 2014 00:42:08 GMT Paul Brossier [11b49d7] * python/ext/py-source.c (modified) * python/tests/test_source.py (modified) python/ext/py-source.c: add seek, thanks @davebrent for the heads up Sun, 23 Feb 2014 19:39:25 GMT Paul Brossier [31a5c405] * python/tests/test_source.py (modified) python/tests/test_source.py: improve tests, add double close and do_multi Fri, 31 Jan 2014 21:19:05 GMT Paul Brossier [c76345e] * python/tests/test_source.py (modified) python/tests/test_source.py: improve exception checks Fri, 31 Jan 2014 21:14:26 GMT Paul Brossier [4949182] * python/tests/test_sink.py (modified) * python/tests/test_source.py (modified) python/tests/test_{source,sink}.py: add close() tests Fri, 22 Mar 2013 17:33:35 GMT Paul Brossier [01e7be0] * python/tests/test_source.py (modified) python/tests/test_source.py: really fail wrong hop size test Wed, 06 Mar 2013 20:25:23 GMT Paul Brossier [e1bfde5] * python/tests/test_sink.py (added) * python/tests/test_source.py (modified) * python/tests/utils.py (modified) tests/test_{source,sink}.py: add sink, improve source, use sounds in ... Sun, 10 Feb 2013 01:47:37 GMT Paul Brossier [26adcfb] * python/demos/demo_beats_and_tempo.py (moved) * python/demos/demo_onset_sinusoid.py (moved) * python/demos/demo_pitch_sinusoid.py (moved) * python/demos/demo_simple_robot_voice.py (moved) * python/demos/demo_sink.py (moved) * python/demos/demo_source.py (moved) * python/demos/demo_spectrogram.py (moved) * python/demos/demo_tss.py (moved) * python/tests/test_aubio.py (moved) * python/tests/test_cvec.py (moved) * python/tests/test_fft.py (moved) * python/tests/test_filter.py (moved) * python/tests/test_filterbank.py (moved) * python/tests/test_filterbank_mel.py (moved) * python/tests/test_fvec.py (moved) * python/tests/test_onset.py (moved) * python/tests/test_peakpicker.py (moved) * python/tests/test_phasevoc.py (moved) * python/tests/test_pitch.py (moved) * python/tests/test_source.py (moved) * python/tests/test_specdesc.py (moved) moved tests to subdirectory