From: Thomas Fillon Date: Tue, 11 Mar 2014 16:54:10 +0000 (+0100) Subject: test_analyzers_stress: modify comments X-Git-Tag: 0.5.5~3^2^2~16 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f4b052600671cb6cf0df0308d9810b64421e9636;p=timeside.git test_analyzers_stress: modify comments --- 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),