summaryrefslogtreecommitdiff
path: root/sphinx/testing
Commit message (Expand)AuthorAgeFilesLines
* Close #9524: test: SphinxTestApp can take ``builddir`` as an argumentTakeshi KOMIYA2021-08-151-4/+7
* Address flake8 errors in whitespace lintingLouis Maddox2021-07-231-1/+1
* Improve sphinx.testing.fixtures docstringsLouis Maddox2021-07-181-12/+18
* refactor: Use PEP-526 based variable annotationTakeshi KOMIYA2021-04-082-5/+5
* Merge branch '3.x'Takeshi KOMIYA2021-02-071-0/+21
|\
| * Merge pull request #8823 from tk0miya/8511_readonly_testingTakeshi KOMIYA2021-02-051-0/+21
| |\
| | * test: change permissions of testfiles only $SPHINX_READONLY_TESTDIR setTakeshi KOMIYA2021-02-051-9/+10
| | * test: Apply umask to Path.copytree()Takeshi KOMIYA2021-02-051-2/+13
| | * Support testing from read-only filesystemsJeremy Maitin-Shepard2020-12-121-0/+9
* | | Merge branch '3.x'Takeshi KOMIYA2021-01-016-6/+6
|\ \ \ | |/ /
| * | A happy new year!Takeshi KOMIYA2021-01-016-6/+6
* | | Merge branch '3.x'Takeshi KOMIYA2020-12-291-0/+12
|\ \ \ | |/ /
| * | testing: Add rollback_sysmodules fixture to unload modules after testsTakeshi KOMIYA2020-12-291-0/+12
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-11-123-5/+2
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-113-5/+2
* | 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