#17303: test_future* now work with unittest test discovery. Patch by Zachary Ware.

This commit is contained in:
Ezio Melotti 2013-02-27 10:00:03 +02:00
parent c472c5d7bd
commit 1ed6be3793
5 changed files with 18 additions and 25 deletions

View file

@ -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()