]> git.parisson.com Git - timeside.git/commitdiff
tests/alltests.py: add transcoding tests
authorPaul Brossier <piem@piem.org>
Mon, 28 Jan 2013 15:11:16 +0000 (10:11 -0500)
committerPaul Brossier <piem@piem.org>
Mon, 28 Jan 2013 15:11:16 +0000 (10:11 -0500)
tests/alltests.py

index 0138755ff8778442e154653671f846996116fd52..c79f62899abc9ce7e3b847e907c1cc24f0794e01 100644 (file)
@@ -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())