commit | 1ed6be3793cf7e0964a8c345967064e915e13b78 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Wed Feb 27 10:00:03 2013 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Wed Feb 27 10:00:03 2013 +0200 |
tree | 16d7162f231586021a0f651bdfba95a1da5a2256 | |
parent | c472c5d7bd2e2b347af650cf448bad71e33aa317 [diff] [blame] |
#17303: test_future* now work with unittest test discovery. Patch by Zachary Ware.
diff --git a/Lib/test/test_future4.py b/Lib/test/test_future4.py index c32f27f..413dd4d 100644 --- a/Lib/test/test_future4.py +++ b/Lib/test/test_future4.py
@@ -1,10 +1,6 @@ from __future__ import unicode_literals import unittest -from test import support - -def test_main(): - pass if __name__ == "__main__": - test_main() + unittest.main()