mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Issue #27787: No longer call deleted test_main().
This commit is contained in:
parent
1f5beb7a6e
commit
ffcb022738
1 changed files with 1 additions and 1 deletions
|
@ -1713,4 +1713,4 @@ class TunnelTests(TestCase):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
test_main()
|
unittest.main(verbosity=2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue