]> git.parisson.com Git - timeside.git/commitdiff
Add test for analyzer result in test_aubio_pitch
authorThomas Fillon <thomas@parisson.com>
Thu, 26 Sep 2013 13:05:10 +0000 (15:05 +0200)
committerThomas Fillon <thomas@parisson.com>
Thu, 26 Sep 2013 13:05:10 +0000 (15:05 +0200)
tests/test_aubio_pitch.py

index 31ffb584a677a6dba854022f756e337d3a2a1f8b..7c120f2560de86a26541471d4a2f809a8cd6e22b 100755 (executable)
@@ -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__':