Commit 8732f7f4 authored by Shane Hathaway's avatar Shane Hathaway

Fixed the test framework so this test module can run standalone.

parent 7673dfc9
...@@ -114,4 +114,4 @@ def test_suite(): ...@@ -114,4 +114,4 @@ def test_suite():
return unittest.makeSuite(TALESTests) return unittest.makeSuite(TALESTests)
if __name__=='__main__': if __name__=='__main__':
main() unittest.main(defaultTest='test_suite')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment