Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df1d34c

Browse files
committed
Issue #27365: add chunk
1 parent 5deed33 commit df1d34c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/idlelib/help_about.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,7 @@ def Ok(self, event=None):
145145
self.destroy()
146146

147147
if __name__ == '__main__':
148+
import unittest
149+
unittest.main('idlelib.idle_test.test_helpabout', verbosity=2, exit=False)
148150
from idlelib.idle_test.htest import run
149151
run(AboutDialog)

0 commit comments

Comments
 (0)