summaryrefslogtreecommitdiff
path: root/tests/roots/test-directive-code
Commit message (Collapse)AuthorAgeFilesLines
* fixed bugs, and extended unit test to catch them again if they reappearJeppe Pihl2014-10-061-1/+1
|
* added test .rst filesJeppe Pihl2014-10-043-0/+29
|
* Merge with defaulttk0miya2014-09-241-2/+2
|\
| * do nested_parse() :caption: of code-block directivetk0miya2014-09-191-2/+2
| |
* | Complete test suite overhaul.Georg Brandl2014-09-212-10/+76
|/ | | | | | | | | | | | * 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
* Rename :filename: option of code-block directive to :caption:tk0miya2014-08-112-0/+22
|
* * for pull request #258: update CHANGES, add tests, add a document and ↵shimizukawa2014-08-104-0/+62
refactoring.