summaryrefslogtreecommitdiff
path: root/docutils/test/test_writers/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-211-14/+0
| | | | | | | | | | | | This is the first step of moving to the standard ``unittest`` style. It involves making the ``test/`` directory a psuedo-package and importing the ``DocutilsTestSupport`` module from it, instead of the path manipulation previously carried out in ``__init__.py`` files. As of this, we also blank out all ``__init__.py`` files in the test directories. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9140 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Remove unused imports.milde2022-03-051-1/+1
| | | | | | flake8 rule F401 git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9037 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed false assumption about pathgoodger2005-06-171-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3509 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add LatexPublishTest classes.grubert2003-03-031-0/+14
Add writer latex writer test. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1211 929543f6-e4f2-0310-98a6-ba3bd3dd1d04