diff --git a/changelog/11525.improvement.rst b/changelog/11525.improvement.rst index cc74b5ba9..e418718ba 100644 --- a/changelog/11525.improvement.rst +++ b/changelog/11525.improvement.rst @@ -1 +1,5 @@ -Fixtures are now shown as a pytest fixture in tests output. +The fixtures are now represented as fixture in test output. + +Fixtures are now a class object of type `FixtureFunctionDefinition`. + +-- by :user:`the-compiler` and :user:`glyphack`.