Commit 13295eec authored by Boxiang Sun's avatar Boxiang Sun

add main function, them we can run the test file individually

parent 09792502
...@@ -2593,3 +2593,6 @@ def test_suite(): ...@@ -2593,3 +2593,6 @@ def test_suite():
unittest.makeSuite(TestAcquire), unittest.makeSuite(TestAcquire),
unittest.makeSuite(TestUnicode), unittest.makeSuite(TestUnicode),
)) ))
if __name__ == '__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