mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +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
|
|
@ -17,5 +17,5 @@ class TestMultipleFeatures(unittest.TestCase):
|
|||
self.assertEqual(s.getvalue(), "foo\n")
|
||||
|
||||
|
||||
def test_main():
|
||||
support.run_unittest(TestMultipleFeatures)
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue