From 182045c5ae38410bd113ce284cb6cf10b21bdea4 Mon Sep 17 00:00:00 2001 From: Rahul Kumaresan Date: Thu, 6 May 2021 14:31:46 +0530 Subject: [PATCH] add changelog for #8606 fixing --- changelog/8606.feature.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/8606.feature.rst diff --git a/changelog/8606.feature.rst b/changelog/8606.feature.rst new file mode 100644 index 00000000000..cb63a2c98f4 --- /dev/null +++ b/changelog/8606.feature.rst @@ -0,0 +1,5 @@ +pytest invocations with ``--fixtures-per-test`` and ``--fixtures`` have been enabled with: + +- Fixture location path printed with the fixture name. +- First section of the fixture's docstring printed under the fixture name. +- Whole of fixture's docstring printed under the fixture name using ``--verbose`` option. \ No newline at end of file