summaryrefslogtreecommitdiff
path: root/test/test_settings.py
Commit message (Collapse)AuthorAgeFilesLines
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-121-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4802 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
| | | | | | | | collapsed Author and Contact fields; use canonical email addresses for David and Felix; (I have reviewed the diff) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated tests; inconsistent str/unicode due to initialization, to be fixed latergoodger2006-05-091-24/+24
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4528 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed lingering path problemgoodger2005-12-151-3/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4222 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* DOS path fixesgoodger2005-12-151-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4218 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* corrected order of importsgoodger2005-12-031-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4132 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added validator to tab_width setting, with test. Closes SF bug #1212515, ↵goodger2005-06-011-0/+1
| | | | | | report from Wu Wei. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3416 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* re-added --no-random option of PEP writer for testingwiemann2005-03-141-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3039 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed no_random option; SF's Python doesn't seem to be broken anymorewiemann2004-11-251-2/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2868 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added test for overriding trim_footnote_reference_spacewiemann2004-10-171-6/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2710 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed DependencyList test -- that can't workwiemann2004-09-301-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2677 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added test for DependencyList; removed junk codewiemann2004-09-301-4/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2676 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved DependencyList.__repr__goodger2004-09-301-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2673 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated to match newly added record_dependencies settingwiemann2004-09-251-1/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2649 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added config file support for "overrides" setting parameter.goodger2004-09-211-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2639 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed difflib to docutils_difflibwiemann2004-06-221-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2354 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Py2.1 compatibility fixgoodger2004-05-071-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2042 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved setting handlinggoodger2003-09-121-4/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1682 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added docstring. Reverted order of diff header to be consistent with the ↵goodger2003-09-111-2/+7
| | | | | | rest of the Docutils tests and with the output order of difflib. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1676 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Fixed stupid bug that made last change a no-op.cben2003-09-111-30/+49
| | | | | | | | | | | | | | | | | | | | | - Explicitly made 'DOCUTILSCONFIG' ignore empty path items. - Refactored `test_settings.ConfigFileTests`: - Centralized reading of config files and combining of multiple setting dicts. - Subclassed with a class that runs the very same tests but sets `os.environ['DOCUTILSCONFIG']` instead of reading files directly. - Added test method that reads no files at all, for completeness. - Improved diff display in `compare_output` (order & trailing newlines). - Fixed bug in `test_old_and_new`: it used 'old' expected settings (which are surely the same as 'one') but read the 'one' config file. Assuming it's a cut-and-paste typo, changed to read 'one' file. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1675 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* new tests & support filesgoodger2003-09-011-0/+123
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1662 929543f6-e4f2-0310-98a6-ba3bd3dd1d04