From f4b052600671cb6cf0df0308d9810b64421e9636 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Tue, 11 Mar 2014 17:54:10 +0100 Subject: [PATCH] test_analyzers_stress: modify comments --- 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 453bbf2..377cbf0 100644 --- a/tests/test_analyzers_stress.py +++ b/tests/test_analyzers_stress.py @@ -67,13 +67,13 @@ def _tests_factory(test_class, test_doc, list_analyzers, skip_reasons={}): skip_reasons = {'VampSimpleHost': ('VampSimpleHost bypasses the decoder ' 'and requires a file input')} -# For each analyzer in TimeSide, define a "NaN test" +# For each analyzer in TimeSide, test with constant input _tests_factory(test_class=TestAnalyzers_withDC, test_doc="test if %s returns NaN", list_analyzers=timeside.core.processors(timeside.api.IAnalyzer), skip_reasons=skip_reasons) -# For each analyzer in TimeSide, define a "NaN test" +# For each analyzer in TimeSide, test with null input _tests_factory(test_class=TestAnalyzers_with_zeros, test_doc="test if %s returns NaN", list_analyzers=timeside.core.processors(timeside.api.IAnalyzer), -- 2.39.5