From b09a41f0891c041ad4fcecca59d03f52fe9ee9e8 Mon Sep 17 00:00:00 2001 From: rcoh Date: Sat, 25 Dec 2010 16:32:29 -0500 Subject: some testcode that should be in the testing branch, but w/e. A method to composite to xml trees, and a unit test to test it. --- TestAll.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TestAll.py (limited to 'TestAll.py') diff --git a/TestAll.py b/TestAll.py new file mode 100644 index 0000000..9921c7e --- /dev/null +++ b/TestAll.py @@ -0,0 +1,5 @@ +import unittest +from unittest import TestLoader +import tests.TestConfigLoaders +testSuite = TestLoader().loadTestsFromModule(tests.TestConfigLoaders) +unittest.TextTestRunner(verbosity=2).run(testSuite) -- cgit v1.2.3