]> git.parisson.com Git - timeside.git/commitdiff
test_analyzers_stress: modify comments
authorThomas Fillon <thomas@parisson.com>
Tue, 11 Mar 2014 16:54:10 +0000 (17:54 +0100)
committerThomas Fillon <thomas@parisson.com>
Tue, 11 Mar 2014 16:54:10 +0000 (17:54 +0100)
tests/test_analyzers_stress.py

index 453bbf279335e720912855903911b87ec69d26a3..377cbf00592da423d9a1a06f946975531eeb49aa 100644 (file)
@@ -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),