summaryrefslogtreecommitdiff
path: root/tests/roots/test-circular
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing whitespaces and normalize line endingsFrançois Freitag2020-10-031-1/+1
| | | | | | | | Trailing whitespace do not have impact on the result, they are just unused bytes. Most text editors are configured to strip trailing whitespaces. Remove them all in one go. Update a handful of files to use the UNIX line ending.
* The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-042-1/+1
|
* fix testing for text builder that generate ↵shimizukawa2016-01-091-0/+1
| | | | _build/text/_build/text/_build/... recursive directories because *.txt in _build/text previously generated was detected as source file.
* 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