summaryrefslogtreecommitdiff
path: root/sphinx/testing
Commit message (Expand)AuthorAgeFilesLines
* Resolve lint errors from Ruff 0.0.259Adam Turner2023-03-231-1/+1
* Fix pytest style issuesAdam Turner2023-02-181-2/+2
* Prefer ``@pytest.fixture()``Adam Turner2023-02-181-6/+6
* Fix COM812Adam Turner2023-02-181-1/+1
* Fix various Ruff errorsAdam Turner2023-01-312-4/+8
* Cache doctrees more efficientlyAdam Turner2023-01-041-0/+4
* Run pyupgrade (#11070)Adam Turner2023-01-024-15/+15
* Use PEP 604 typesAdam Turner2023-01-014-19/+19
* Use PEP 595 typesAdam Turner2023-01-014-22/+22
* Insert ``from __future__ import annotations``Adam Turner2023-01-014-0/+8
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-2/+1
* Shink the strict optional whitelist (#10800)danieleades2022-09-091-2/+2
* Fix some static typing errors (#10745)danieleades2022-08-141-7/+16
* set up mypy for incremental adoption of 'strict optional'daniel.eades2022-07-262-4/+4
* Lint with `flake8-bugbear` (#10602)danieleades2022-07-121-3/+3
* RefactorAdam Turner2022-05-021-7/+5
* Remove always-false branchesAdam Turner2022-05-021-8/+2
* Remove deprecated code for Sphinx 5.0Adam Turner2022-04-171-19/+0
* Collapse single line docstringsAdam Turner2022-02-203-6/+3
* Remove copyright and licence fieldsAdam Turner2022-02-206-22/+0
* Fix module docstring indentationAdam Turner2022-02-206-15/+15
* Fix module docstring first lineAdam Turner2022-02-204-8/+4
* Remove module titles in docstringsAdam Turner2022-02-196-18/+0
* address some unused loop control variables (B007)Daniel Eades2022-01-122-2/+2
* A happy new year!Takeshi KOMIYA2022-01-016-6/+6
* 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