mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
#17303: test_future* now work with unittest test discovery. Patch by Zachary Ware.
This commit is contained in:
parent
c472c5d7bd
commit
1ed6be3793
5 changed files with 18 additions and 25 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue