summaryrefslogtreecommitdiff
path: root/tests/roots/test-circular
Commit message (Collapse)AuthorAgeFilesLines
* Complete test suite overhaul.Georg Brandl2014-09-213-0/+7
* 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