| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Thanks!
Sorry, something went wrong.
Backport to 8.3.x: 💚 backport PR created✅ Backport PR branch: patchback/backports/8.3.x/46c94ee82ddbb4a541f5bd4fecd0b4071e1972ae/pr-13346 Backported as #13359 🤖 @patchback |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
This PR adds a new recipe to the documentation for handling abstract test classes in pytest. The recipe demonstrates how to use a mixin class to automatically manage the test attribute for subclasses of abstract test classes. This ensures that subclasses are collected by pytest without requiring manual configuration.
Closes #8612
Checklist