mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)
The revised file compiles, runs, and tests OK. idle_test/README.txt explains how to use it to create new IDLE test files.
This commit is contained in:
parent
b248e957a8
commit
87a927325e
3 changed files with 41 additions and 26 deletions
|
@ -1,6 +1,6 @@
|
|||
"Test , coverage %."
|
||||
|
||||
from idlelib import
|
||||
from idlelib import zzdummy
|
||||
import unittest
|
||||
from test.support import requires
|
||||
from tkinter import Tk
|
||||
|
@ -23,7 +23,7 @@ class Test(unittest.TestCase):
|
|||
del cls.root
|
||||
|
||||
def test_init(self):
|
||||
self.assert
|
||||
self.assertTrue(True)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue