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