From e3633a2cc4a5aa061172f4962da86ce346151ff8 Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 16 Apr 2009 20:52:21 +0000 Subject: LP 348570 Core : Integrating properties to actions; adding tests --- (limited to 'src/sugar/tutorius/tests/run-tests.py') diff --git a/src/sugar/tutorius/tests/run-tests.py b/src/sugar/tutorius/tests/run-tests.py index bf5a57e..87edd57 100755 --- a/src/sugar/tutorius/tests/run-tests.py +++ b/src/sugar/tutorius/tests/run-tests.py @@ -40,7 +40,6 @@ if __name__=='__main__': import filterstests import constraintstests import propertiestests - suite = unittest.TestSuite() suite.addTests(unittest.findTestCases(coretests)) suite.addTests(unittest.findTestCases(servicestests)) @@ -52,7 +51,6 @@ if __name__=='__main__': suite.addTests(unittest.findTestCases(filterstests)) suite.addTests(unittest.findTestCases(constraintstests)) suite.addTests(unittest.findTestCases(propertiestests)) - runner = unittest.TextTestRunner() runner.run(suite) @@ -69,7 +67,8 @@ if __name__=='__main__': from linear_creatortests import * from uamtests import * from filterstests import * - from constraintstests import * + from constraintstests import * from propertiestests import * + from actiontests import * unittest.main() -- cgit v0.9.1