From 60fc69d09c7771486da53ee55c0303f40c173136 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 2 Dec 2022 12:33:46 -0300 Subject: [PATCH] Fix docs --- changelog/10525.feature.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/10525.feature.rst b/changelog/10525.feature.rst index b9c9d8377..15652b024 100644 --- a/changelog/10525.feature.rst +++ b/changelog/10525.feature.rst @@ -1 +1 @@ -Test methods decorated with ``@classmethod`` can now be discovered as tests, following the same rules as normal methods. This fills the gap that ``@staticmethod``s were discoverable as tests but not ``@classmethod``s. +Test methods decorated with ``@classmethod`` can now be discovered as tests, following the same rules as normal methods. This fills the gap that static methods were discoverable as tests but not class methods.