summaryrefslogtreecommitdiff
path: root/sphinx/testing
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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