summaryrefslogtreecommitdiff
path: root/tests/test_linkcode.py
Commit message (Collapse)AuthorAgeFilesLines
* Complete test suite overhaul.Georg Brandl2014-09-211-25/+0
| | | | | | | | | | | | * 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
* * provide _copy_to_temp option for TestApp()Takayuki Shimizukawa2014-08-101-1/+1
|
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* Fix test_linkcode.test_html fails with C locale and Python 3. Closes #1311Takayuki Shimizukawa2013-11-171-5/+2
|
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-1/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* fix test_linkcode str/bytes incompatibility at py3Takayuki Shimizukawa2012-10-291-1/+1
|
* ENH: add a linkcode extensionPauli Virtanen2012-03-111-0/+28