diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-08 17:13:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-08 17:13:12 (GMT) |
commit | 168beada91a1cb70ed9186740dd1b689ca448bff (patch) | |
tree | 7a1a661dbe9ab1ea1ae71b39caa1e0c0a9fc617f /Lib/test/output | |
parent | 44383384b325aa9a492df52393f6cfdde9d9d8a2 (diff) | |
download | cpython-168beada91a1cb70ed9186740dd1b689ca448bff.zip cpython-168beada91a1cb70ed9186740dd1b689ca448bff.tar.gz cpython-168beada91a1cb70ed9186740dd1b689ca448bff.tar.bz2 |
Added tests that check getboolean() with the newly allowed values from
SF patch #467580.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_cfgparser | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_cfgparser b/Lib/test/output/test_cfgparser index 61dcedf..5d705de 100644 --- a/Lib/test/output/test_cfgparser +++ b/Lib/test/output/test_cfgparser @@ -1,6 +1,7 @@ test_cfgparser Testing basic accessors... Testing case sensitivity... +Testing interpretation of boolean Values... Testing value interpolation... Testing parse errors... Testing query interface... |