summaryrefslogtreecommitdiff
path: root/tests/test_build_changes.py
Commit message (Collapse)AuthorAgeFilesLines
* C, initial rewriteJakob Lykke Andersen2020-03-151-1/+1
|
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-1/+1
|
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
|
* Fix UnboundLocalError when building changesMartin Packman2019-03-081-0/+43
Split testing of changes builder to its own test file and root. Improve coverage a little, and add case that fails if a module directive is included in the rst source. Correctly handle changesets with a module declared. Fixes https://github.com/sphinx-doc/sphinx/issues/6134