summaryrefslogtreecommitdiff
path: root/sphinx/testing/fixtures.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pytest style issuesAdam Turner2023-02-181-2/+2
* Prefer ``@pytest.fixture()``Adam Turner2023-02-181-6/+6
* Run pyupgrade (#11070)Adam Turner2023-01-021-2/+2
* Use PEP 604 typesAdam Turner2023-01-011-2/+2
* Use PEP 595 typesAdam Turner2023-01-011-9/+9
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-2/+1
* set up mypy for incremental adoption of 'strict optional'daniel.eades2022-07-261-2/+2
* RefactorAdam Turner2022-05-021-7/+5
* Remove always-false branchesAdam Turner2022-05-021-8/+2
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* 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-081-3/+3
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | 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-121-1/+0
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-1/+0
* | 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'Takeshi KOMIYA2020-08-011-1/+1
|\ \ | |/
| * Fix typoJoachim Jablon2020-07-261-1/+1
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-5/+1
* | Use typing.NamedTuple instead of collections.namedtuple as possibleTakeshi KOMIYA2020-03-071-1/+0
|/
* refactor: Update type annotations in sphinx.testing.*Takeshi KOMIYA2020-02-231-39/+42
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.testing.fixturesTakeshi KOMIYA2019-07-061-9/+4
* Stop to use $SPHINX_TEST_TEMPDIR envvarTakeshi KOMIYA2019-01-131-3/+6
* Use subprocess.run() instead of Popen()Takeshi KOMIYA2019-01-131-4/+2
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA2018-12-151-1/+1
* | Replace six.string_types with native strJon Dufresne2018-11-211-3/+2
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-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 multipl...Takeshi KOMIYA2018-05-171-1/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/