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.