summaryrefslogtreecommitdiff
path: root/tests/roots/test-templating
Commit message (Collapse)AuthorAgeFilesLines
* Complete test suite overhaul.Georg Brandl2014-09-211-7/+1
| | | | | | | | | | | | * 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
* Fix autosummary template overloading cause infinite recursive function call. ↵shimizukawa2013-12-275-0/+45
Closes #1335