summaryrefslogtreecommitdiff
path: root/test/DocutilsTestSupport.py
Commit message (Expand)AuthorAgeFilesLines
* One more cleanup as we require Python 2.3 now.milde2009-10-091-2/+2
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-13/+35
* Prepare for python 3.0: minimize "types" module where possible (gbrandl).grubert2008-11-301-6/+5
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-1/+1
* undo accidental commit to trunkabolish-userstring-haskey@5608strank2008-07-231-1/+1
* Replace all has_key with the in operator.strank2008-07-231-1/+1
* reverted r5032; breaks Python 2.2 compatibilitywiemann2007-03-211-4/+4
* replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...wiemann2007-03-211-4/+4
* removed Py21 compatibility codewiemann2006-11-131-17/+1
* merged directives branch to trunk (r4375:4666);wiemann2006-07-121-15/+25
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+3
* allow sets of tests to have different settingsgoodger2006-04-011-1/+1
* Moved template functionality from the PEP/HTML writer to the HTML writer. Exp...goodger2006-03-311-2/+8
* some cleanup:wiemann2006-01-091-4/+0
* moved clear_roles to DocutilsTestSupport.CustomTestCase so that it is used gl...wiemann2006-01-091-2/+15
* added absolute path of test root to sys.path because Py21/Py22 insert thewiemann2005-12-151-1/+2
* path fixesgoodger2005-12-151-0/+1
* added path for extra modules (roman, optparse, textwrap)goodger2005-12-141-0/+1
* set sys.path to pick up the right Docutilsgoodger2005-12-031-3/+4
* removed references to default.css;wiemann2005-10-111-4/+0
* Added support for specifying runtime settings at the suite levelgoodger2005-09-151-20/+35
* made _stylesheet_required setting default to 0,wiemann2005-08-241-1/+0
* moved comparison methods up to StandardTestCasewiemann2005-07-061-23/+23
* revert docutils.writers.null.Writer.output to None, now with docutils.io.Outp...goodger2005-07-021-7/+13
* Added ``_stylesheet_required`` internal setting, docutils.transforms.html.Sty...goodger2005-06-281-0/+1
* removed docutils.frontend._globally_deactivate_config_files (reverting much o...goodger2005-06-231-5/+2
* issue a warning rather than an error when no stylesheet is given;wiemann2005-06-211-1/+1
* ensure that always a stylesheet path/URL is given;wiemann2005-06-201-0/+4
* fixed errorwiemann2005-06-191-5/+7
* simplified test codewiemann2005-06-191-22/+13
* added deactivation of config file reading (for easier testing)wiemann2005-06-191-12/+23
* fixed encoding/charset values in "html_prolog" & "html_head" parts, which sho...goodger2005-04-271-8/+13
* Added ``html_prolog`` & ``html_head`` to HTML writer parts dictionary exposed...goodger2005-04-261-2/+11
* Added ``html_body``, ``html_title``, & ``html_subtitle`` to HTML writer parts...goodger2005-04-241-0/+1
* fixed typogoodger2005-04-241-1/+1
* ensure we are in the correct directory;wiemann2005-03-231-0/+3
* removed ParserTransformTestCase (it was mixing testing modes)goodger2004-11-011-25/+0
* renamed TransitionTestCase to ParserTransformTestCase;wiemann2004-10-301-4/+9
* added TransitionTestCase, which applies transformswiemann2004-10-301-0/+21
* minor output formatting improvement for failed testswiemann2004-10-241-1/+1
* set --strict-visitor for writer testsgoodger2004-10-201-1/+1
* backward compatibility fixfdrake2004-10-051-1/+1
* added DocutilsTestSupport.testrootwiemann2004-10-011-0/+3
* added close() method for DevNullwiemann2004-09-291-0/+3
* removed floating point comparison methodswiemann2004-09-131-35/+4
* added functions for proper multi-line string outputwiemann2004-09-131-4/+102
* removed unused code; updated docstringgoodger2004-09-131-15/+4
* added some comments, did some cleanup; David Goodger, could you review this?wiemann2004-08-291-29/+34
* reordering so that TestCases appear before TestSuiteswiemann2004-08-291-103/+103
* simple import isn't enough -- added another requirement (testing for 2.2 was ...goodger2004-07-251-0/+2