summaryrefslogtreecommitdiff
path: root/docutils/test/test_functional.py
Commit message (Expand)AuthorAgeFilesLines
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-261-1/+1
* Fix import errors with ``python -m unittest``.milde2022-11-251-0/+6
* Put `first` and `second` arguments of `assertEqual` on the top line.milde2022-11-241-6/+4
* Drop default settings from individual functional test files.milde2022-11-161-3/+18
* Remove ``_test_more`` supportaa-turner2022-10-271-11/+3
* Use subtests for the functional testsaa-turner2022-10-271-145/+78
* Inline ``_default`` in functional testsaa-turner2022-10-271-9/+0
* Change working directory once for all testsaa-turner2022-10-211-2/+0
* Documentation updatemilde2022-06-171-1/+1
* Add encoding arguments when opening files.milde2022-06-151-2/+3
* Remove unused local variablesmilde2022-03-051-2/+0
* Ensure at least two spaces before inline comment.milde2022-03-041-1/+1
* Various small fixes.milde2022-01-291-1/+3
* Small fixes and clean-ups by Adam Turner.milde2022-01-261-1/+1
* Document incompatibility with "pytest" and "nosetest". Update.milde2022-01-121-5/+13
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-18/+2
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* remove the helper function "walker" for os.path.walk from python2.2grubert2020-08-101-15/+0
* remove try-except catching python2.2 missing os.walkgrubert2020-08-101-13/+10
* py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'milde2019-08-271-1/+1
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-4/+4
* py3: Switch to print functionsmilde2019-08-261-2/+3
* loggrubert2019-08-201-3/+5
* 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 trunkstrank2008-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