summaryrefslogtreecommitdiff
path: root/tests/test_application.py
Commit message (Expand)AuthorAgeFilesLines
* Fix COM812Adam Turner2023-02-181-1/+1
* Use path2doc rather than reinventing the wheelStephen Finucane2022-09-261-2/+2
* Increase static typing strictness (#10530)Adam Turner2022-06-161-1/+32
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Merge branch '2.0'Takeshi KOMIYA2020-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-11-171-0/+2
|\ \ | |/
| * Improve variable names and code styleThomas Robitaille2019-11-121-1/+1
| * Give a warning when extensions are explicitly not parallel safeThomas Robitaille2019-11-121-0/+2
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-8/+1
|/
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-1/+1
* Ignore filenames without file extension given to ``Builder.build_specific()``Takeshi KOMIYA2019-02-231-2/+2
* Add testcase for specific buildTakeshi KOMIYA2019-02-201-0/+22
* 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-1/+1
* | Merge branch '1.8'Takeshi KOMIYA2018-11-221-0/+2
|\ \ | |/
| * test: Filter warnings on testingTakeshi KOMIYA2018-11-121-0/+2
* | refactor: Deprecate app._setting_up_extensionTakeshi KOMIYA2018-10-171-1/+2
|/
* Fix flake8 violations on testsTakeshi KOMIYA2018-07-281-1/+0
* Merge branch 'master' into refactor_configTakeshi KOMIYA2018-04-021-22/+0
|\
| * Add a new keyword argument ``override`` to Application APIsTakeshi KOMIYA2018-03-211-22/+0
* | Raise ExtensionError from Config class instead application classTakeshi KOMIYA2018-03-241-1/+1
|/
* Change interface of add_source_parser() and add add_source_suffix()Takeshi KOMIYA2018-02-211-3/+12
* Merge branch '1.7'Takeshi KOMIYA2018-02-201-3/+2
|\
| * Fix flake8 violationsTakeshi KOMIYA2018-02-191-3/+2
* | Merge branch '1.7-release'Takeshi KOMIYA2018-02-101-2/+4
|\ \ | |/
| * Make the log message more translation-friendlycocoatomo2018-02-071-2/+4
* | Integrate source_suffix and source_parsers (refs: #4474)Takeshi KOMIYA2018-01-251-1/+3
|/
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Add app.is_parallel_allowed()Takeshi KOMIYA2017-12-301-0/+36
|/
* Add Sphinx own parser (refs: #3816)Takeshi KOMIYA2017-05-281-1/+1
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+1
* Fix flake8 violationsTakeshi KOMIYA2017-05-091-2/+0
* Rename SphinxFactory class to SphinxComponentRegistryTakeshi KOMIYA2017-04-231-3/+3
* Move source_parsers manager to SphinxFactoryTakeshi KOMIYA2017-04-221-10/+3
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Merge branch 'stable'shimizukawa2017-01-071-16/+18
|\ \ | |/
| * pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-10/+3
| * fixshimizukawa2017-01-061-1/+1
| * pytest: remove deprecated raises and raises_msg assert functionsshimizukawa2017-01-061-8/+14