summaryrefslogtreecommitdiff
path: root/tests/test_util_nodes.py
Commit message (Collapse)AuthorAgeFilesLines
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* fix line lengthshimizukawa2015-11-291-2/+2
|
* Fix #1994: More supporting non-standard parser (like recommonmark parser) ↵shimizukawa2015-09-131-1/+35
| | | | for Translation and WebSupport feature. Now node.rawsource is fall backed to node.astext() during docutils transforming.
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Complete test suite overhaul.Georg Brandl2014-09-211-121/+121
|/ | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds
* * gettext does not extract nodes.line in a table or list. Closes #1477Takayuki Shimizukawa2014-08-261-0/+121