From 057fddac6450bff0d4ba0c29eefd1d1b6751d702 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 26 Sep 2013 15:05:10 +0200 Subject: [PATCH] Add test for analyzer result in test_aubio_pitch --- tests/test_aubio_pitch.py | 1 + 1 file changed, 1 insertion(+) 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__': -- 2.39.5