From 1f4d9ab2cb0b1bb72013d85eefe27a3eee920bd6 Mon Sep 17 00:00:00 2001 From: Glyphack Date: Thu, 20 Jun 2024 15:21:37 +0200 Subject: [PATCH] chore: update changelog --- changelog/11525.improvement.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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`.