]> git.parisson.com Git - timeside.git/commitdiff
tests/test_aubio_temporal.py: test results serialization
authorPaul Brossier <piem@piem.org>
Mon, 15 Apr 2013 07:12:46 +0000 (02:12 -0500)
committerPaul Brossier <piem@piem.org>
Mon, 15 Apr 2013 07:12:46 +0000 (02:12 -0500)
tests/test_aubio_temporal.py

index 12820e6ebf5cb10bf6b02aca6705dd3affe574c9..423f75b47b0c83a7b53c0a514fafa6828030ed8d 100755 (executable)
@@ -22,9 +22,9 @@ class TestAubioTemporal(TestCase):
         (decoder | self.analyzer).run()
         results = self.analyzer.results()
         #print results
-        #print results.to_yaml()
-        #print results.to_json()
-        #print results.to_xml()
+        results.to_yaml()
+        results.to_json()
+        results.to_xml()
 
 if __name__ == '__main__':
     unittest.main(testRunner=TestRunner())