This commit is contained in:
Bruno Oliveira 2022-12-02 12:33:46 -03:00
parent ec6062f298
commit 60fc69d09c
1 changed files with 1 additions and 1 deletions

View File

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