From: Thomas Fillon Date: Wed, 19 Mar 2014 16:50:46 +0000 (+0100) Subject: Stress test: improve output X-Git-Tag: 0.5.5~3^2^2~7 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=039166da5f7a802c2b4dab58f9612f7c5333ee65;p=timeside.git Stress test: improve output --- diff --git a/tests/test_analyzers_stress.py b/tests/test_analyzers_stress.py index 54ddefc..7b7d91c 100755 --- a/tests/test_analyzers_stress.py +++ b/tests/test_analyzers_stress.py @@ -73,13 +73,13 @@ skip_reasons = {'VampSimpleHost': ('VampSimpleHost bypasses the decoder ' # For each analyzer in TimeSide, test with constant input _tests_factory(test_class=TestAnalyzers_withDC, - test_doc="test if %s returns NaN", + test_doc="Stress test for %s", list_analyzers=timeside.core.processors(timeside.api.IAnalyzer), skip_reasons=skip_reasons) # For each analyzer in TimeSide, test with null input _tests_factory(test_class=TestAnalyzers_with_zeros, - test_doc="test if %s returns NaN", + test_doc="Stress test for %s", list_analyzers=timeside.core.processors(timeside.api.IAnalyzer), skip_reasons=skip_reasons)