summaryrefslogtreecommitdiff
path: root/tests/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix #6900: sphinx-build: -D option does not considers 0 and 1 as a boolean valueTakeshi KOMIYA2019-12-151-0/+14
* Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA2019-03-081-4/+6
* encoding keyword for path.text() and path.write_text() is no longer neededTakeshi KOMIYA2019-01-031-1/+1
* Remove coding magic comments from testsTakeshi KOMIYA2019-01-021-3/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | | Deprecate sphinx.config.string_classes; remove all internal usesJon Dufresne2018-12-161-7/+3
|/ /
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-10/+10
* | Improve error message when config fails type checkPaul Melnikow2018-10-021-0/+21
* | Merge branch 'master' into change_master_doc_to_indexTakeshi KOMIYA2018-09-291-16/+2
|\ \
| * \ Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-15/+1
| |\ \
| | * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-15/+1
| | |/
| * | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
| |/
* | The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-041-1/+1
|/
* Check latex_elements at config-inited eventTakeshi KOMIYA2018-07-291-2/+2
* Fix flake8 violations on testsTakeshi KOMIYA2018-07-281-6/+6
* Fix make_app() fixture fails to rollback registered roles on creating multipl...Takeshi KOMIYA2018-05-171-6/+0
* Rename Config.read_from_py() to Config.read()Takeshi KOMIYA2018-04-281-4/+4
* Rename Config.read() to Config.from_conf_py()Takeshi KOMIYA2018-04-011-4/+4
* Now Config.read() takes a filename instead (dirname, filename)Takeshi KOMIYA2018-03-281-4/+4
* Deprecate Config.check_types()Takeshi KOMIYA2018-03-241-6/+6
* Raise ExtensionError from Config class instead application classTakeshi KOMIYA2018-03-241-9/+13
* refactor testcase for configTakeshi KOMIYA2018-03-231-60/+105
* Refactor: Add Config.read() as a constructorTakeshi KOMIYA2018-03-231-4/+4
* Fix flake8 violationsTakeshi 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
* | sphinx.config.ENUM allows to validate items of lists or tuplesTakeshi KOMIYA2017-10-291-0/+12
|/
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+13
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-01-291-2/+2
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-261-4/+4
* | Merge branch 'stable'Takeshi KOMIYA2017-01-101-32/+32
|\ \ | |/
| * pytest optimizatoin:shimizukawa2017-01-081-32/+32
* | Merge branch 'stable'shimizukawa2017-01-071-38/+47
|\ \ | |/
| * pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-8/+10
| * pytest: remove deprecated raises and raises_msg assert functionsshimizukawa2017-01-061-16/+26
| * pytest: remove deprecated with_tempdir decoratorshimizukawa2017-01-061-4/+1
| * pytest migrationshimizukawa2017-01-041-13/+13
* | Use sphinx.util.logging instead app.warn()Takeshi KOMIYA2017-01-021-10/+11
|/
* To simplify, sphinx uses external mock package even if unittest.mock exists.shimizukawa2016-10-151-1/+1
* Add sphinx.config.ENUM to check the config values is in candidatesTakeshi KOMIYA2016-07-071-0/+12
* Merge branch 'stable'Takeshi KOMIYA2016-06-121-11/+15
|\
| * Fix flake8 violation under tests/Takeshi KOMIYA2016-06-121-11/+15
* | Use `locales` as a default value of `locale_dirs`Takeshi KOMIYA2016-04-251-1/+1
|/
* import mock from util instead of directly.shimizukawa2016-04-021-2/+2