Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -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 Shimizukawa | 2014-08-10 | 1 | -1/+1 |
| | |||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | Fix test_linkcode.test_html fails with C locale and Python 3. Closes #1311 | Takayuki Shimizukawa | 2013-11-17 | 1 | -5/+2 |
| | |||||
* | tests: replace "from util import *" by explicit imports | Georg Brandl | 2013-04-01 | 1 | -1/+1 |
| | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | fix test_linkcode str/bytes incompatibility at py3 | Takayuki Shimizukawa | 2012-10-29 | 1 | -1/+1 |
| | |||||
* | ENH: add a linkcode extension | Pauli Virtanen | 2012-03-11 | 1 | -0/+28 |