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())
import os.path
-__all__ = ['TestComponentArchitecture']
+__all__ = ['TestGraphers']
class TestGraphers(TestCase):
"Test all graphers with various input media formats"
__all__ = ['TestTranscoding']
-class TestLowLevel(TestCase):
+class TestTranscoding(TestCase):
"Test the low level streaming features"
def setUp(self):