summaryrefslogtreecommitdiff
path: root/test/test_functional.py
Commit message (Expand)AuthorAgeFilesLines
* Use True/False for booleans. frontend.validate_ternary() returns True/False o...milde2012-11-261-1/+1
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-2/+2
* Apply [ 3365041 ] to fix py3k unittest regressions.milde2011-07-201-1/+0
* Apply part of patch 3303733 to allow testing with Python 3 and LANG=C.milde2011-05-241-1/+5
* Fix: failsafe encoding of unicode strings before writing to sys.stderrmilde2011-05-061-1/+1
* fix errors with Python 3milde2010-09-211-6/+7
* fixed issue with line endings causing test suite failures with snapshot downl...goodger2010-07-211-1/+4
* fix indentation whitespacemilde2010-04-231-1/+1
* Ensure test work as intended in all supported Python versions.milde2010-03-181-8/+19
* test_functional.py failed printing diff containing non-ASCII charsmilde2009-04-271-1/+1
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-3/+3
* moved explanation/instructions into templates (no expected output, & output d...goodger2008-12-091-20/+26
* test_functional.py: Less verbose but still helpful output.milde2008-12-091-7/+8
* test_functional.py: give some hints if there is no expected output (yet)milde2008-12-081-3/+12
* Prepare for python 3.0: use os.walk instead os.path.walk.grubert2008-11-301-1/+13
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-5/+6
* undo accidental commit to trunkabolish-userstring-haskey@5608strank2008-07-231-3/+3
* Replace all has_key with the in operator.strank2008-07-231-3/+3
* adjusted name and email addresswiemann2007-05-311-1/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* moved clear_roles to DocutilsTestSupport.CustomTestCase so that it is used gl...wiemann2006-01-091-9/+0
* added workaround for left-over default roles in functional testswiemann2006-01-091-0/+9
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-081-15/+35
* corrected order of importsgoodger2005-12-031-1/+1
* use universal newlines when opening expected output files to guard against cr...goodger2005-04-061-1/+3
* updated for SVNgoodger2005-03-221-2/+2
* improved usefulness of test outputgoodger2004-10-051-2/+9
* added DocutilsTestSupport.testrootwiemann2004-10-011-5/+2
* trying to fix the slash/backslash bug occuring on Windows systemswiemann2004-08-311-7/+11
* test_functional.py now runnable from anywherewiemann2004-07-261-7/+5
* updatedgoodger2004-06-251-6/+6
* cleaned up, simplified, and standardizedgoodger2004-06-231-63/+70
* deactivated config file processingwiemann2004-06-221-2/+5
* moved functional tests to main treewiemann2004-06-221-0/+129