summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/search.py')
-rw-r--r--Lib/idlelib/search.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/search.py b/Lib/idlelib/search.py
index b35f3b5..935a483 100644
--- a/Lib/idlelib/search.py
+++ b/Lib/idlelib/search.py
@@ -156,6 +156,7 @@ def _search_dialog(parent): # htest #
button = Button(frame, text="Search (selection ignored)", command=show_find)
button.pack()
+
if __name__ == '__main__':
from unittest import main
main('idlelib.idle_test.test_search', verbosity=2, exit=False)