Update changelog/10525.bugfix.rst

This commit is contained in:
Bruno Oliveira 2022-12-02 11:55:35 -03:00 committed by GitHub
parent 2b95303c86
commit e3cb5d4f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.