use test_main() in __main__ section

This commit is contained in:
Benjamin Peterson 2010-03-02 22:24:30 +00:00
parent 4aa8a13b86
commit e4d90c23a3
1 changed files with 1 additions and 1 deletions

View File

@ -4207,4 +4207,4 @@ def test_main():
if __name__ == '__main__':
unittest.main()
test_main()