]> git.parisson.com Git - timeside.git/commitdiff
tests/testencoding.py: add draft for sndfile-info
authorPaul Brossier <piem@piem.org>
Fri, 28 Sep 2012 21:16:46 +0000 (15:16 -0600)
committerPaul Brossier <piem@piem.org>
Fri, 28 Sep 2012 21:16:46 +0000 (15:16 -0600)
tests/testencoding.py

index 06c8984a83f5622d3296e4bbd844f50c4486f8f5..e63138ebc6b45542146335fb221a921dcf0b8231 100644 (file)
@@ -69,6 +69,10 @@ class TestEncoding(TestCase):
                 self.assertEquals(self.encoder.eod, eod)
                 break
 
+        if 0:
+            import commands
+            print commands.getoutput('sndfile-info ' + self.sink)
+
         self.assertEquals(written_frames, total_frames)
         self.tmpfile.close()