Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename env-read-docs to env-before-read-docs, add changelog entry and fixup ↵ | Georg Brandl | 2014-09-22 | 1 | -0/+22 | |
| | | | | tests. | |||||
* | remove a few unused imports | Georg Brandl | 2014-09-21 | 1 | -2/+0 | |
| | ||||||
* | fix incompatibility in doctree between gettext and the rest | Georg Brandl | 2014-09-21 | 1 | -1/+1 | |
| | ||||||
* | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -0/+130 | |
* 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 |