mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #27365: Finish merge so tests pass.
This commit is contained in:
parent
ca183efdf4
commit
47e00e5c46
2 changed files with 13 additions and 13 deletions
|
|
@ -146,6 +146,6 @@ class AboutDialog(Toplevel):
|
|||
|
||||
if __name__ == '__main__':
|
||||
import unittest
|
||||
unittest.main('idlelib.idle_test.test_helpabout', verbosity=2, exit=False)
|
||||
unittest.main('idlelib.idle_test.test_help_about', verbosity=2, exit=False)
|
||||
from idlelib.idle_test.htest import run
|
||||
run(AboutDialog)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue