]> git.parisson.com Git - timeside.git/commit
Tests: Various enhancements and fixes in transcoding, encoding
authorThomas Fillon <thomas@parisson.com>
Wed, 27 Nov 2013 15:59:18 +0000 (16:59 +0100)
committerThomas Fillon <thomas@parisson.com>
Wed, 27 Nov 2013 16:14:53 +0000 (17:14 +0100)
commit789af6d8432d730747c5d304b067f0a8a18197d6
tree25b5dbb168146a32bfc7a551dead52087f40a961
parentdc7cad17b7a238ba2d87fc926c2606819da42063
Tests: Various enhancements and fixes in transcoding, encoding

- unit-timeside: Small enhancements in Error messages display
- unit-timeside: Remove 'assertSameList' function which seems equivalent to unittest assertItemsEqual. unittest.TestCase class does thus no more need to be override, propagate this change in every test_* modules.
- test_encoding and test_transcoding: refactoring + handling of expected failures (duration for loseless encoders, channels for voaacenc, ...) + run everything in pipes to handle properly the setup.
21 files changed:
tests/test_AnalyzerResult.py
tests/test_analyzer_dc.py
tests/test_analyzer_level.py
tests/test_analyzer_preprocessors.py
tests/test_array_decoding.py
tests/test_aubio_melenergy.py
tests/test_aubio_mfcc.py
tests/test_aubio_pitch.py
tests/test_aubio_specdesc.py
tests/test_aubio_temporal.py
tests/test_component.py
tests/test_decoder_utils.py
tests/test_decoding.py
tests/test_encoding.py
tests/test_graphing.py
tests/test_inputadapter.py
tests/test_list_processors.py
tests/test_transcoding.py
tests/test_yaafe.py
tests/tools.py
tests/unit_timeside.py