From 238a85fc58c77cdce81d1bb6ebd32f708908d912 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 28 Jan 2013 10:11:16 -0500 Subject: [PATCH] tests/alltests.py: add transcoding tests --- tests/alltests.py | 1 + 1 file changed, 1 insertion(+) 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()) -- 2.39.5