summaryrefslogtreecommitdiff
path: root/tests/test_build.py
Commit message (Expand)AuthorAgeFilesLines
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-091-2/+2
|\
| * Fix UnboundLocalError when building changesMartin Packman2019-03-081-2/+2
* | Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA2019-03-091-1/+1
* | Separate json and pickle to sphinxcontrib packageTakeshi KOMIYA2019-02-171-5/+1
* | test: Use get_doctree() to load doctree filesTakeshi KOMIYA2019-02-171-3/+2
* | Separate htmlhelp to sphinxcontrib packageTakeshi KOMIYA2019-02-151-1/+1
* | Separate applehelp to sphinxcontrib packageTakeshi KOMIYA2019-02-061-1/+1
* | Separate qthelp to sphinxcontrib packageTakeshi KOMIYA2019-01-191-1/+1
* | test: Omit master_doc settings from testcasesTakeshi KOMIYA2019-01-031-2/+2
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-2/+2
* | Merge branch 'master' into change_master_doc_to_indexTakeshi KOMIYA2018-09-291-5/+0
|\ \
| * | Drop branches for sys.version_info < (3, 4)Takeshi KOMIYA2018-09-221-5/+0
| |/
* | The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-041-5/+5
|/
* Merge pull request #4651 from tk0miya/fix_flake8_violationsTakeshi KOMIYA2018-02-191-4/+5
|\
| * Fix flake8 violationsTakeshi KOMIYA2018-02-191-4/+5
* | test: Run epubcheck as a testingTakeshi KOMIYA2018-02-191-2/+2
|/
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Fix flake8 violationsTakeshi KOMIYA2017-12-231-2/+2
* | Merge branch 'stable'Takeshi KOMIYA2017-12-161-3/+4
|\ \ | |/
| * test: Skip some builders on test_build_allTakeshi KOMIYA2017-12-151-4/+4
* | Merge branch 'stable'Takeshi KOMIYA2017-06-251-0/+7
|\ \ | |/
| * Move assignment of srcdir to the right placeAndy Neebel2017-06-171-4/+4
| * Bad imports failed on travis and circleAndy Neebel2017-06-141-2/+2
| * XFAIL some tests, 2.7 and Win32 can't use unicode pathAndy Neebel2017-06-141-1/+8
* | Merge branch 'stable'Takeshi KOMIYA2017-05-161-4/+4
|\ \ | |/
| * refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-4/+4
* | Remove deprecated feature: epub2 builderTakeshi KOMIYA2017-04-271-1/+1
|/
* Rename test-image-glob to test-imagesTakeshi KOMIYA2017-04-161-1/+1
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-4/+3
* pytest optimizatoin:shimizukawa2017-01-081-39/+28
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-6/+5
* pytest: remove deprecated with_tempdir decoratorshimizukawa2017-01-061-2/+1
* pytest migrationshimizukawa2017-01-041-4/+4
* Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-12-031-5/+6
|\
| * Fix #3015: fix a broken test on Windows.shimizukawa2016-11-241-5/+6
* | To simplify, sphinx uses external mock package even if unittest.mock exists.shimizukawa2016-10-151-1/+2
* | Fix #2988: linkcheck: retry with GET request if denied HEAD requestTakeshi KOMIYA2016-10-041-1/+1
* | Fix tests are crashed under unstable networkTakeshi KOMIYA2016-09-101-15/+15
* | Use epub3 builder by default. And the old epub builder is renamed to epub2.Takeshi KOMIYA2016-08-221-1/+1
|/
* Optimize tests: test_master_doc_not_foundTakeshi KOMIYA2016-07-141-5/+8
* Fix flake8 violation under tests/Takeshi KOMIYA2016-06-121-1/+1
* Fix #1921: Support figure substitutions by localeTakeshi KOMIYA2016-02-221-7/+11
* Add epub3 builder to testSHIMIZU Taku2016-02-071-1/+1