mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #27365: add chunk
This commit is contained in:
parent
5deed33e8f
commit
df1d34c1b4
1 changed files with 2 additions and 0 deletions
|
@ -145,5 +145,7 @@ class AboutDialog(Toplevel):
|
||||||
self.destroy()
|
self.destroy()
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
import unittest
|
||||||
|
unittest.main('idlelib.idle_test.test_helpabout', verbosity=2, exit=False)
|
||||||
from idlelib.idle_test.htest import run
|
from idlelib.idle_test.htest import run
|
||||||
run(AboutDialog)
|
run(AboutDialog)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue