summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_plistlib.py
Commit message (Collapse)AuthorAgeFilesLines
* On second thought: "Errors should never pass silently", so barf when aJust van Rossum2004-11-121-7/+10
| | | | string contains control chars that are illegal for XML
* testing control chars and non-dict root objectsJust van Rossum2004-11-121-0/+16
|
* - Added tests for the string load/dump function.Just van Rossum2004-10-261-14/+113
| | | | | | - Added a chunk of plist data as generated by Cocoa's NSDictionary and verify we output the same (including formatting) - Changed the "literal" plist code to match the raw test data
* use new readPlist() and writePlist() functionsJust van Rossum2004-10-021-7/+7
|
* - added (c)StringIO tests; cStringIO usage failed in the previousJust van Rossum2003-07-011-0/+16
| | | | version of plistlib.py (r1.2)
* Whitespace normalization.Tim Peters2003-03-071-2/+2
|
* Test suite for the plistlib module.Jack Jansen2003-02-251-0/+59