summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-03-08 18:10:12 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-03-08 18:10:12 (GMT)
commit1bf71172f8e1acfce05d8443e3998c425974aeef (patch)
treef94fb8f12fd2e3dbb6df54c98c5c477ed2ea3ca6 /Lib/test/output
parent00824ed733a5bd9cd94227fdfbf33b98f1ae900a (diff)
downloadcpython-1bf71172f8e1acfce05d8443e3998c425974aeef.zip
cpython-1bf71172f8e1acfce05d8443e3998c425974aeef.tar.gz
cpython-1bf71172f8e1acfce05d8443e3998c425974aeef.tar.bz2
As part of fixing bug #523301, add a simple test of ConfigParser.write()
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_cfgparser1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_cfgparser b/Lib/test/output/test_cfgparser
index 5d705de..683fe1a 100644
--- a/Lib/test/output/test_cfgparser
+++ b/Lib/test/output/test_cfgparser
@@ -1,5 +1,6 @@
test_cfgparser
Testing basic accessors...
+Testing writing of files...
Testing case sensitivity...
Testing interpretation of boolean Values...
Testing value interpolation...