summaryrefslogtreecommitdiff
path: root/tests/test_templating.py
Commit message (Collapse)AuthorAgeFilesLines
* Year++Takeshi KOMIYA2017-03-261-1/+1
|
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-3/+3
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* 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-14/+9
|/ | | | | | | | | | | | * 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
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* Fix autosummary template overloading cause infinite recursive function call. ↵Takayuki Shimizukawa2013-12-271-0/+36
Closes #1335