summaryrefslogtreecommitdiff
path: root/tests/test_environment.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename env-read-docs to env-before-read-docs, add changelog entry and fixup ↵Georg Brandl2014-09-221-0/+22
| | | | tests.
* remove a few unused importsGeorg Brandl2014-09-211-2/+0
|
* fix incompatibility in doctree between gettext and the restGeorg Brandl2014-09-211-1/+1
|
* Complete test suite overhaul.Georg Brandl2014-09-211-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