summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/help_about.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-22 09:49:15 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-22 09:49:15 (GMT)
commit47e00e5c46ef458b1903ff75f2044ea29139cbc3 (patch)
tree0c43c7545f077c1cde368922946903a7ce0f9f8f /Lib/idlelib/help_about.py
parentca183efdf47bb0f6433b297f3df60e535a7f10c3 (diff)
downloadcpython-47e00e5c46ef458b1903ff75f2044ea29139cbc3.zip
cpython-47e00e5c46ef458b1903ff75f2044ea29139cbc3.tar.gz
cpython-47e00e5c46ef458b1903ff75f2044ea29139cbc3.tar.bz2
Issue #27365: Finish merge so tests pass.
Diffstat (limited to 'Lib/idlelib/help_about.py')
-rw-r--r--Lib/idlelib/help_about.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/help_about.py b/Lib/idlelib/help_about.py
index 65d94fc..54f3599 100644
--- a/Lib/idlelib/help_about.py
+++ b/Lib/idlelib/help_about.py
@@ -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)