]> git.parisson.com Git - timeside.git/commitdiff
Stress test: improve output
authorThomas Fillon <thomas@parisson.com>
Wed, 19 Mar 2014 16:50:46 +0000 (17:50 +0100)
committerThomas Fillon <thomas@parisson.com>
Wed, 19 Mar 2014 16:50:46 +0000 (17:50 +0100)
tests/test_analyzers_stress.py

index 54ddefc723901728fbab1b8afb09ad47990469bc..7b7d91cf9f14df61d92517d8be639d4b86b349c5 100755 (executable)
@@ -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)