From: Paul Brossier Date: Fri, 15 Apr 2011 10:32:15 +0000 (+0000) Subject: timeside/tests/{alltests,testgraphers,testtranscoding}.py: update alltests X-Git-Tag: 0.3.2~37 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=82c7b92c0b14980328eb0463f870014780ebb91e;p=timeside.git timeside/tests/{alltests,testgraphers,testtranscoding}.py: update alltests --- diff --git a/timeside/tests/alltests.py b/timeside/tests/alltests.py index e368939..92f6abb 100644 --- a/timeside/tests/alltests.py +++ b/timeside/tests/alltests.py @@ -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()) diff --git a/timeside/tests/testgraphers.py b/timeside/tests/testgraphers.py index 082156c..bff370c 100644 --- a/timeside/tests/testgraphers.py +++ b/timeside/tests/testgraphers.py @@ -12,7 +12,7 @@ import unittest import os.path -__all__ = ['TestComponentArchitecture'] +__all__ = ['TestGraphers'] class TestGraphers(TestCase): "Test all graphers with various input media formats" diff --git a/timeside/tests/testtranscoding.py b/timeside/tests/testtranscoding.py index 9e0f057..38cd7ff 100644 --- a/timeside/tests/testtranscoding.py +++ b/timeside/tests/testtranscoding.py @@ -12,7 +12,7 @@ import os.path __all__ = ['TestTranscoding'] -class TestLowLevel(TestCase): +class TestTranscoding(TestCase): "Test the low level streaming features" def setUp(self):