From: Paul Brossier Date: Fri, 28 Sep 2012 21:16:46 +0000 (-0600) Subject: tests/testencoding.py: add draft for sndfile-info X-Git-Tag: 0.4.3~5^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=99bf177b2fe29e7f79d5e7ce454d7af98b98dc29;p=timeside.git tests/testencoding.py: add draft for sndfile-info --- diff --git a/tests/testencoding.py b/tests/testencoding.py index 06c8984..e63138e 100644 --- a/tests/testencoding.py +++ b/tests/testencoding.py @@ -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()