# # ChangeLog for python/tests/test_mfcc.py # # Generated by Trac 1.2 # Oct 21, 2024, 10:48:25 PM Fri, 02 Nov 2018 21:09:36 GMT Paul Brossier [8607a74] * python/tests/test_mfcc.py (modified) * python/tests/test_midi2note.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_phasevoc.py (modified) * python/tests/test_sink.py (modified) * python/tests/test_source.py (modified) [tests] [py27] make sure all classes are old-school 'new-style' Thu, 01 Nov 2018 23:20:45 GMT Paul Brossier [bee9445] * python/tests/test_mfcc.py (modified) [tests] default to pytest in mfcc Thu, 01 Nov 2018 22:55:25 GMT Paul Brossier [d4fae34] * python/tests/__init__.py (deleted) * python/tests/test_filter.py (modified) * python/tests/test_filterbank.py (modified) * python/tests/test_mfcc.py (modified) * python/tests/test_midi2note.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_notes.py (modified) * python/tests/test_phasevoc.py (modified) * python/tests/test_slicing.py (modified) [tests] remove __init__.py, use absolute imports Thu, 01 Nov 2018 21:30:57 GMT Paul Brossier [38592a6] * python/tests/_tools.py (moved) * python/tests/test_mfcc.py (modified) [tests] use _tools in test_mfcc Tue, 12 Jul 2016 18:26:30 GMT Paul Brossier [c395732] * python/tests/test_mfcc.py (modified) python/tests/test_mfcc.py: test for wrong input size (see #63) 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 Sat, 14 May 2016 03:30:43 GMT Paul Brossier [b6b65cb] * python/tests/test_mfcc.py (added) python/tests/test_mfcc.py: add more tests