[pitivi] test_integration.py: split out test cases from fixture



commit 70a0f14b08fb5a0ef8a9855380dbaaa5851d13c4
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Fri Nov 6 11:40:40 2009 -0800

    test_integration.py: split out test cases from fixture

 tests/test_integration.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/test_integration.py b/tests/test_integration.py
index b88e2a0..cd40dd7 100644
--- a/tests/test_integration.py
+++ b/tests/test_integration.py
@@ -335,6 +335,8 @@ class Base(TestCase):
         del self.runner
         TestCase.tearDown(self)
 
+class TestBasic(Base):
+
     def testWatchdog(self):
         self.runner.run()
         self.assertTrue(self.runner.watchdog.activated)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]