]> git.parisson.com Git - timeside.git/commitdiff
timeside/tests/{alltests,testgraphers,testtranscoding}.py: update alltests
authorPaul Brossier <piem@piem.org>
Fri, 15 Apr 2011 10:32:15 +0000 (10:32 +0000)
committerPaul Brossier <piem@piem.org>
Fri, 15 Apr 2011 10:32:15 +0000 (10:32 +0000)
timeside/tests/alltests.py
timeside/tests/testgraphers.py
timeside/tests/testtranscoding.py

index e368939f0320692a8bacdf4d3dda97477e3ec901..92f6abb379785e4ecf07feb9bb50bd9192d58094 100644 (file)
@@ -1,5 +1,8 @@
 from timeside.tests.testcomponent import *
 from timeside.tests.testinputadapter import *
+from timeside.tests.testgraphers import *
+from timeside.tests.testdecoding import *
+from timeside.tests.testtranscoding import *
 from timeside.tests import TestRunner
 
 unittest.main(testRunner=TestRunner())
index 082156c4526209392770202e8e3efdfb759ac030..bff370cad3c7adb83bbdc601563748c078ae8ce1 100644 (file)
@@ -12,7 +12,7 @@ import unittest
 
 import os.path
 
-__all__ = ['TestComponentArchitecture']
+__all__ = ['TestGraphers']
 
 class TestGraphers(TestCase):
     "Test all graphers with various input media formats"
index 9e0f057f1571624410b11c7db1401096ccc391ae..38cd7ffabc9ef0ea73031c1ad5971eb553eb15a6 100644 (file)
@@ -12,7 +12,7 @@ import os.path
 
 __all__ = ['TestTranscoding']
 
-class TestLowLevel(TestCase):
+class TestTranscoding(TestCase):
     "Test the low level streaming features"
 
     def setUp(self):