summaryrefslogtreecommitdiff
path: root/tests/test_linkcode.py
Commit message (Expand)AuthorAgeFilesLines
* Complete test suite overhaul.Georg Brandl2014-09-211-25/+0
* * 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