summaryrefslogtreecommitdiff
path: root/test_configobj.py
Commit message (Expand)AuthorAgeFilesLines
* test changes related to comments, including a helper method for specifying a ...Rob Dennis2014-04-061-30/+0
* fixes #42 - recursing over nested Sections was inappropriately checking for d...Rob Dennis2014-03-171-53/+0
* #14 - moved over a bunch more testsRob Dennis2014-03-101-196/+6
* #34, #14 - corrected and moved over doctests effected by writing out in binar...Rob Dennis2014-03-091-56/+0
* #14 - moved over doctests for a bunch of random value checksRob Dennis2014-03-031-124/+1
* #14 - moved over doctests for interpolation, quotes, and stringifyRob Dennis2014-03-031-121/+3
* #14 moved over a doctest for handling dupiclate sections and membersRob Dennis2014-03-031-28/+0
* #14 moved over a doctest for reloading a configobjRob Dennis2014-03-031-77/+0
* #14 moved over a doctest for resetting a configobjRob Dennis2014-03-031-64/+0
* #14 - finished refactored a half-done doctest to py.testRob Dennis2014-02-251-46/+0
* #14 - moved over exception tests to py.testRob Dennis2014-02-231-67/+0
* fixes #18 - correctly handling unicode conversion where appropriateRob Dennis2014-02-181-386/+0
* fixes #6 - copyright lines changedRob Dennis2014-02-081-13/+10
* #3 - python versions from 26, 27, 32, 33 work with test_configobjRob Dennis2014-01-241-82/+85
* #3 - setting the results of the seek and write methods of file-like objects t...Rob Dennis2014-01-241-8/+4
* #3 -asserting types in doctests in a way that's compatible on 26,27 and 3Rob Dennis2014-01-241-44/+54
* #2 - tox and travis; change to test_configobj to actually fail tox if there a...Rob Dennis2014-01-241-1/+1
* changes to make tests run on python3Eli Courtwright2014-01-241-142/+139
* ConfigObj setup.py modified.fuzzyman2010-01-091-1/+1
* Fixed problem with missing sections and preserve_errors with validation.fuzzyman2009-11-221-13/+14
* Test for validate with preserve_errorsfuzzyman2009-11-211-0/+3
* Change in behavior for missing values / sections in ConfigObj.validate when p...fuzzyman2009-10-261-0/+3
* Change in behavior for missing values / sections in ConfigObj.validate when p...fuzzyman2009-10-261-10/+22
* Empty values in lists are now a syntax error.fuzzyman2009-10-261-0/+40
* clear() and reset() handles defaults, default_values and extra_values correctly.fuzzyman2009-10-251-0/+24
* Addition of 'extra_values' section member.fuzzyman2009-10-251-0/+17
* String interpolation now works in list values.fuzzyman2009-10-251-4/+10
* Fixing bugs.fuzzyman2009-10-251-1/+14
* Various minor doc, test and code changesfuzzyman2009-04-131-0/+17
* test fixfuzzyman2009-04-131-1/+1
* Addition of wing project file and copyright date changes.fuzzyman2009-04-131-1/+1
* Initial checkinfuzzyman2009-04-131-0/+2085