From: Paul Brossier Date: Mon, 28 Jan 2013 15:11:16 +0000 (-0500) Subject: tests/alltests.py: add transcoding tests X-Git-Tag: 0.4.3~1^2~12 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=238a85fc58c77cdce81d1bb6ebd32f708908d912;p=timeside.git tests/alltests.py: add transcoding tests --- diff --git a/tests/alltests.py b/tests/alltests.py index 0138755..c79f628 100644 --- a/tests/alltests.py +++ b/tests/alltests.py @@ -4,6 +4,7 @@ from testdecoding import * from testgraphing import * from testanalyzing import * from testencoding import * +from testtranscoding import * from unit_timeside import * unittest.main(testRunner=TestRunner())