summaryrefslogtreecommitdiff
path: root/docutils/test/package_unittest.py
Commit message (Expand)AuthorAgeFilesLines
* Merge ``package_unittest`` into ``alltests.py``aa-turner2022-10-211-77/+0
* Simplify ``package_unittest.loadTestModules``aa-turner2022-10-211-24/+14
* Inline ``package_unittest.main()``aa-turner2022-10-211-16/+0
* Remove arguments from ``package_unittest``aa-turner2022-10-211-57/+3
* Use ``importlib.import_module`` from the standard libraryaa-turner2022-10-211-9/+1
* Avoid line break after binary operator.milde2022-03-051-9/+10
* Avoid too long lines.milde2022-03-051-1/+2
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+6
* Fix missing whitespace around operator.milde2022-03-031-1/+1
* Fix code indentationmilde2022-01-291-2/+2
* Remove unused importsmilde2022-01-261-1/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Use 'isinstance(foo, bar)' instead of 'type(foo) is bar'milde2019-08-261-2/+2
* py3: Replace deprecated form of raising exceptionmilde2019-08-261-1/+1
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-1/+1
* py3: Switch to print functionsmilde2019-08-261-5/+6
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-1/+1
* Apply [ 2029251 ] return nonzero when tests fail.milde2009-09-031-1/+1
* Prepare for python 3.0: minimize "types" module where possible (gbrandl).grubert2008-11-301-2/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* fixed usage bugwiemann2004-07-251-1/+1
* Print a backtrace on failed import of test modules.cben2004-07-251-1/+2
* Allow the test suite to survive unimportable test modules.cben2004-07-251-17/+21
* changed docstring field lists into commentsgoodger2002-10-091-6/+6
* Portable fix.goodger2002-08-131-10/+2
* Second version of the .. sectnum:: directive implementation. Also, theyole2002-08-111-2/+10
* Fixed lingering bugs; now alltests.py can be run from anywhere,goodger2002-08-101-1/+1
* Cleaned up importsgoodger2002-05-301-1/+6
* - Renamed from UnitTestFolder.py.goodger2002-04-251-0/+151