diff --git a/changelog/10525.bugfix.rst b/changelog/10525.bugfix.rst index 65a981ee4..b9c9d8377 100644 --- a/changelog/10525.bugfix.rst +++ b/changelog/10525.bugfix.rst @@ -1 +1 @@ -Make classmethods discoverable. Same logic as staticmethods. +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.