From: Thomas Fillon Date: Thu, 26 Sep 2013 13:05:10 +0000 (+0200) Subject: Add test for analyzer result in test_aubio_pitch X-Git-Tag: 0.5.0~65 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=057fddac6450bff0d4ba0c29eefd1d1b6751d702;p=timeside.git Add test for analyzer result in test_aubio_pitch --- diff --git a/tests/test_aubio_pitch.py b/tests/test_aubio_pitch.py index 31ffb58..7c120f2 100755 --- a/tests/test_aubio_pitch.py +++ b/tests/test_aubio_pitch.py @@ -20,6 +20,7 @@ class TestAubioPitch(TestCase): def tearDown(self): decoder = FileDecoder(self.source) (decoder | self.analyzer).run() + results = self.analyzer.results() #print "result:", self.analyzer.result() if __name__ == '__main__':