summaryrefslogtreecommitdiff
path: root/sphinx/testing/fixtures.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-1/+2
* | Update type annotationsTakeshi KOMIYA2018-02-041-2/+5
* | app: Centralize directory validationStephen Finucane2018-01-201-1/+3
|/
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-0/+231