summaryrefslogtreecommitdiff
path: root/sphinx/testing
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Correct type annotation to remove 'type: ignore' commentJon Dufresne2018-11-121-2/+2
|/ /
* | Use super() to call parent class's methodJon Dufresne2018-11-111-3/+3
| |
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-1/+1
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-161-1/+1
| |
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-222-12/+6
|\ \
| * \ Merge branch 'master' into openTakeshi KOMIYA2018-09-222-10/+5
| |\ \
| | * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-222-10/+5
| | | |
| | * | Merge branch '1.8'Takeshi KOMIYA2018-09-201-1/+1
| | |\ \ | | | |/
| | | * Fix mypy violationsTakeshi KOMIYA2018-09-181-1/+1
| | | |
| * | | Prefer builtin open() over io.open() and codecs.open()Jon Dufresne2018-09-111-3/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python3, the functions io.open() is an alias of the builtin open() and codecs.open() is functionally equivalent. To reduce indirection, number of imports, and number of patterns, always prefer the builtin. https://docs.python.org/3/library/io.html#high-level-module-interface > io.open() > > This is an alias for the builtin open() function.
* | | Remove unnecessary object from class definitionsJon Dufresne2018-09-112-3/+3
|/ / | | | | | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary.
* | Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-2/+0
|/
* Fix mypy violationsTakeshi KOMIYA2018-07-151-1/+1
|
* Merge branch '1.7'Takeshi KOMIYA2018-06-091-2/+8
|\
| * Fix sphinx.testing uses deprecated pytest API; Node.get_marker(name)Takeshi KOMIYA2018-06-071-2/+8
| |
* | Fix make_app() fixture fails to rollback registered roles on creating ↵Takeshi KOMIYA2018-05-171-1/+1
| | | | | | | | multiple apps
* | Merge branch '1.7'Takeshi KOMIYA2018-04-091-1/+2
|\ \ | |/
| * Fix #4783: Sphinx crashed when drives of srcdir and outdir are differentTakeshi KOMIYA2018-04-021-1/+2
| |
* | Drop typing.TYPE_CHECKINGTakeshi KOMIYA2018-03-261-2/+2
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-03-182-4/+5
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-132-4/+2
| | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4.
* | Add testcasesTakeshi KOMIYA2018-02-251-1/+2
| |
* | Use typing.TYPE_CHECKINGTakeshi KOMIYA2018-02-191-2/+2
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-02-182-4/+4
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-142-2/+4
| |
* | Update type annotationsTakeshi KOMIYA2018-02-043-10/+59
| |
* | Merge branch '1.7-release'Takeshi KOMIYA2018-01-312-4/+2
|\ \ | |/
| * Use flake8-import-orderTakeshi KOMIYA2018-01-282-4/+2
| |
* | app: Centralize directory validationStephen Finucane2018-01-201-1/+3
|/ | | | | | | | | | This allows us to avoid duplication of code and ensure validation happens regardless of who's initializing the class. We introduce a new exception - ApplicationError - to indicate these kinds of issues. This subclasses SphinxError, meaning we don't need to modify our exception handling code. Signed-off-by: Stephen Finucane <stephen@that.guru>
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-014-4/+4
|\
| * A happy new year!Takeshi KOMIYA2018-01-014-4/+4
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-10-231-1/+1
|\ \ | |/
| * Fix flake8 and style-check violationsTakeshi KOMIYA2017-10-231-1/+1
| |
| * Fix mypy violations (for mypy-0.520)Takeshi KOMIYA2017-07-151-1/+1
| |
* | Fix flake8 violationTakeshi KOMIYA2017-05-171-2/+0
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-05-161-160/+0
|/
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-144-0/+807