summaryrefslogtreecommitdiff
path: root/sphinx/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x' into masterTakeshi KOMIYA2020-10-281-0/+15
|\
| * change markers list name to DEFAULT_ENABLED_MARKERSoleg.hoefling2020-10-251-2/+2
| * rename public markers to default markersoleg.hoefling2020-10-251-2/+2
| * more meaningful name for the public markers listoleg.hoefling2020-10-251-2/+2
| * move registration of public markers to sphinx.testing.fixturesoleg.hoefling2020-10-251-0/+15
* | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-031-4/+2
|\ \ | |/
| * add parallel to SphinxTestAppRobert Cohn2020-09-301-2/+2
| * Close #8081: latex: Allow to add LaTeX package until writing tex fileTakeshi KOMIYA2020-09-211-2/+0
* | Merge branch '3.x'Takeshi KOMIYA2020-08-011-1/+1
|\ \ | |/
| * Fix typoJoachim Jablon2020-07-261-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-07-111-0/+11
|\ \ | |/
| * fix lintYuxin Wu2020-07-051-3/+1
| * show docs for decorated special functionsYuxin Wu2020-07-051-0/+13
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-292-15/+2
* | Merge branch '3.x'Takeshi KOMIYA2020-03-231-1/+1
|\ \ | |/
| * Close #7341: py domain: type annotations are converted to cross refsTakeshi KOMIYA2020-03-221-1/+1
* | Use typing.NamedTuple instead of collections.namedtuple as possibleTakeshi KOMIYA2020-03-071-1/+0
|/
* Fix comparerTakeshi KOMIYA2020-02-231-1/+1
* refactor: Update type annotations in sphinx.testing.*Takeshi KOMIYA2020-02-233-46/+55
* testing: Add Path.read_text() and Path.read_bytes()Takeshi KOMIYA2020-02-011-0/+19
* refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA2020-01-081-4/+4
* A happy new year!Takeshi KOMIYA2020-01-016-6/+6
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-302-7/+7
* Merge branch '2.2.1' into 2.0Takeshi KOMIYA2019-10-061-4/+4
|\
| * Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-4/+4
* | refactor: SphinxStandaloneReader should not hold an application objectTakeshi KOMIYA2019-08-201-1/+3
|/
* Merge branch '2.1.3' into 2.0Takeshi KOMIYA2019-07-131-4/+4
|\
| * Fix mypy violations (for mypy-0.720)Takeshi KOMIYA2019-07-131-4/+4
* | Migrate to py3 style type annotation: sphinx.testing.restructuredtextTakeshi KOMIYA2019-07-061-8/+3
* | Migrate to py3 style type annotation: sphinx.testing.fixturesTakeshi KOMIYA2019-07-061-9/+4
* | Migrate to py3 style type annotation: sphinx.testing.pathTakeshi KOMIYA2019-07-061-55/+28
* | Migrate to py3 style type annotation: sphinx.testing.utilTakeshi KOMIYA2019-07-061-36/+18
|/
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-2/+2
* Merge branch '2.0' into 2155_code_directiveTakeshi KOMIYA2019-03-101-1/+0
|\
| * Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+0
* | Add sphinx.testing.restructuredtext.parse()Takeshi KOMIYA2019-03-031-0/+38
|/
* Stop to use $SPHINX_TEST_TEMPDIR envvarTakeshi KOMIYA2019-01-131-3/+6
* Use subprocess.run() instead of Popen()Takeshi KOMIYA2019-01-131-4/+2
* Add PathComparer for testing and fix 2 test failure on Windows. (#5943)Takayuki SHIMIZUKAWA2019-01-131-0/+101
* Remove use of deprecated APIsTakeshi KOMIYA2019-01-031-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-024-4/+4
|\
| * A happy new year!Takeshi KOMIYA2019-01-024-4/+4
* | Replace use of six.text_type with strJon Dufresne2018-12-181-4/+2
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-164-4/+0
* | Merge pull request #5796 from jdufresne/superTakeshi KOMIYA2018-12-161-3/+3
|\ \
| * | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-3/+3
* | | Remove unnecessary bytes type check from path.write_text()Jon Dufresne2018-12-151-2/+0
|/ /
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-152-18/+16
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA2018-12-151-1/+1