summaryrefslogtreecommitdiff
path: root/docutils/test/DocutilsTestSupport.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge *all* HEAD revisions into nestingdavid_abrahams2004-09-111-134/+266
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/nesting@2577 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* provide more exception datagoodger2003-08-061-2/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1622 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added ``StringList`` support for table testsgoodger2003-07-051-3/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1571 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Disabled config files when testing.goodger2003-06-031-7/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1372 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add LatexPublishTest classes.grubert2003-03-031-0/+41
| | | | | | | Add writer latex writer test. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1211 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved test skipping supportgoodger2003-01-041-25/+22
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1062 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support for skipping tests.goodger2003-01-041-2/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1059 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* support for changed exception textgoodger2002-12-141-0/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1021 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for Python module parser tests (readers/python/moduleparser.py)goodger2002-12-051-1/+44
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@992 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-11-281-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@983 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Completed transform reform; updated.goodger2002-10-241-5/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@853 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Refactored names (options -> settings; .transform() -> .apply(); etc.); updated.goodger2002-10-181-18/+20
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@825 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed docstring field lists into commentsgoodger2002-10-091-7/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@778 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-09-071-2/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@653 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-09-051-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@631 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* docstringgoodger2002-08-231-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@581 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-08-211-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@572 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support for Unicode output.goodger2002-08-131-0/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@511 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed lingering bugs; now alltests.py can be run from anywhere,goodger2002-08-101-1/+6
| | | | | | | and individual test cases can be run from their own directories. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@499 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Added support for simple tables.goodger2002-07-181-67/+111
| | | | | | | - Refactored naming. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@308 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Added support for an option values object which carries defaultgoodger2002-05-301-19/+29
| | | | | | | | | settings and overrides (from command-line options and library use). - Cleaned up imports: no more relative package imports or comma-separated lists of top-level modules. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@155 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Changed names of Reporter's thresholds: warning_level -> report_level; ↵goodger2002-05-241-3/+3
| | | | | | error_level -> halt_level. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@143 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support for PEP extensions to reStructuredText.goodger2002-05-051-20/+34
| | | | | | | General improvements. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@88 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support for RFC-2822 testing.goodger2002-04-251-21/+41
| | | | | | | Updated git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@38 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Initial revisiongoodger2002-04-201-0/+379
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@18 929543f6-e4f2-0310-98a6-ba3bd3dd1d04