From 039166da5f7a802c2b4dab58f9612f7c5333ee65 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Wed, 19 Mar 2014 17:50:46 +0100 Subject: [PATCH] Stress test: improve output --- tests/test_analyzers_stress.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5