From efbd83fe047494637a163cb48f1ca9f79e38a70d Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Fri, 14 Jan 2022 15:24:39 +0200 Subject: [PATCH] Add changelog --- AUTHORS | 1 + changelog/9510.feature.rst | 9 +++++++++ doc/en/reference/reference.rst | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 changelog/9510.feature.rst diff --git a/AUTHORS b/AUTHORS index 9413f9c2e..ab26dade8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -26,6 +26,7 @@ Andrea Cimatoribus Andreas Motl Andreas Zeidler Andrew Shapton +Andrew Svetlov Andrey Paramonov Andrzej Klajnert Andrzej Ostrowski diff --git a/changelog/9510.feature.rst b/changelog/9510.feature.rst new file mode 100644 index 000000000..05632b580 --- /dev/null +++ b/changelog/9510.feature.rst @@ -0,0 +1,9 @@ +Fixture types are now exported so the may be used in pytest plugin hooks. + + The newly-exported types are: + + - ``pytest.FixtureDef`` for :class:`FixtureDef ` + - ``pytest.SubRequest`` for ``_pytest.fixtures.SubRequest`` (derived from :class:`FixtureRequest