From 82c7b92c0b14980328eb0463f870014780ebb91e Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 15 Apr 2011 10:32:15 +0000 Subject: [PATCH] timeside/tests/{alltests,testgraphers,testtranscoding}.py: update alltests --- timeside/tests/alltests.py | 3 +++ timeside/tests/testgraphers.py | 2 +- timeside/tests/testtranscoding.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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): -- 2.39.5