Fix docs
This commit is contained in:
parent
ec6062f298
commit
60fc69d09c
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue