summaryrefslogtreecommitdiff
path: root/docutils/test/alltests.py
Commit message (Expand)AuthorAgeFilesLines
* Use ``unittest.defaultTestLoader`` to load testsaa-turner2022-12-021-56/+1
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-261-1/+3
* Fix import errors with ``python -m unittest``.milde2022-11-251-15/+10
* Make the tests agnostic to the working directoryaa-turner2022-11-101-1/+1
* Inline ``DocutilsTestSupport.testroot``aa-turner2022-11-091-1/+4
* Partially revert r9167aa-turner2022-11-021-0/+8
* Report sub-tests individually in the test summaryaa-turner2022-10-281-1/+11
* Inline ``suite()`` in alltestsaa-turner2022-10-211-7/+1
* Use f-strings in alltestsaa-turner2022-10-211-9/+8
* Remove unused functionaa-turner2022-10-211-17/+0
* Merge ``package_unittest`` into ``alltests.py``aa-turner2022-10-211-6/+59
* Simplify ``package_unittest.loadTestModules``aa-turner2022-10-211-2/+1
* Inline ``package_unittest.main()``aa-turner2022-10-211-1/+2
* Add encoding arguments when opening files.milde2022-06-151-1/+2
* Avoid too long lines.milde2022-03-051-6/+6
* Fix imports.milde2022-03-051-7/+7
* New style classes no longer need to inherit from `object`.milde2022-01-261-1/+1
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-5/+2
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-1/+0
* Fix encoding problem in test output.milde2021-05-171-8/+10
* py3: Switch to print functionsmilde2019-08-261-16/+16
* py3: Use new style classesmilde2019-08-261-1/+1
* Fix [ 377 ] ResourceWarning: unclosed file python3.8: close alltests.out atexitgrubert2019-08-201-3/+12
* remove docutils.__version_details__ from outputgoodger2017-06-231-3/+2
* Add platform identification info to alltests.py output.goodger2017-04-261-0/+4
* Fix [ 3525847 ] UnicodeEncodeError with locale == C milde2012-05-111-2/+7
* class Tee: use getattr to fetch encoding of stream grubert2011-06-051-1/+1
* Add encoding to class Tee.grubert2011-06-041-0/+1
* simplify returning of test result (by Arfrever Frehtes Taifersar Arahesis)milde2010-06-021-5/+1
* exit test suite with zero if no problems found (fixes bug 2976941)milde2010-03-271-1/+5
* Apply [ 2029251 ] return nonzero when tests fail.milde2009-09-031-1/+2
* reverted r3253, incompatible with Python 2.5goodger2006-06-221-11/+0
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* path fixesgoodger2005-12-151-1/+2
* added working directory and docutils package directory to outputgoodger2005-12-131-0/+2
* corrected order of importsgoodger2005-12-031-0/+1
* make alltests runnable with "unittestgui.py alltests.suite"wiemann2005-11-131-15/+17
* tweaked headergoodger2005-06-031-1/+1
* docutils.__version_details__ renamed from .__version_suffix__goodger2005-06-011-2/+3
* str(Exception) doesn't work for anything but ASCII Exception texts, sowiemann2005-04-251-0/+11
* pass on parameterswiemann2005-02-191-1/+1
* run alltests.py with unbuffered stdout and stderrwiemann2005-02-191-1/+3
* Gee; again an accidental checkin.wiemann2004-12-241-1/+1
* changed release day; added history entries for David's patchwiemann2004-12-241-1/+1
* reverted accidentally committed files; sorrywiemann2004-12-231-1/+1
* added text about using the unicode directive for en and em dasheswiemann2004-12-231-1/+1
* reverted erroneously checked-in changeswiemann2004-11-131-1/+1
* added entries about newly added class="docutils"wiemann2004-11-131-1/+1
* added date & time to header; flush output early for feedbackgoodger2004-06-261-2/+6
* added version infogoodger2003-07-311-0/+4