diff options
author | terryjreedy <tjreedy@udel.edu> | 2017-07-12 18:42:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-12 18:42:37 (GMT) |
commit | a9bf62cadf6ccd55b84a8d4f353529b02a537830 (patch) | |
tree | 633bfc6681519bf199c2f7baf7af43aa73448e6e /Lib/test | |
parent | c0179483f13be81910ed73889dcad92528e20ef2 (diff) | |
download | cpython-a9bf62cadf6ccd55b84a8d4f353529b02a537830.zip cpython-a9bf62cadf6ccd55b84a8d4f353529b02a537830.tar.gz cpython-a9bf62cadf6ccd55b84a8d4f353529b02a537830.tar.bz2 |
[3.6] bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (GH-2662) (#2685)
Patch by Louie Lu.
(cherry picked from commit 50c9435)
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/cfgparser.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/cfgparser.1 b/Lib/test/cfgparser.1 index 3387f52..0c0e0d3 100644 --- a/Lib/test/cfgparser.1 +++ b/Lib/test/cfgparser.1 @@ -1,2 +1,3 @@ +# Also used by idlelib.test_idle.test_config. [Foo Bar] foo=newbar |