Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 354 Bytes

8612.doc.rst

File metadata and controls

5 lines (4 loc) · 354 Bytes

Add a recipe for handling abstract test classes in the documentation.

A new example has been added to the documentation to demonstrate how to use a mixin class to handle abstract test classes without manually setting the __test__ attribute for subclasses. This ensures that subclasses of abstract test classes are automatically collected by pytest.