Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix using parameterized_class with mixins #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eltoder
Copy link

@eltoder eltoder commented Aug 18, 2024

Extend the fix for #73 to include inherited methods: copy all test methods from the original class into generated classes and set them to None in the original class. This ensures that the original class does not run by itself.

Fixes #119

Extend the fix for wolever#73 to include inherited methods: copy all test
methods from the original class into generated classes and set them to
None in the original class. This ensures that the original class does
not run by itself.

Fixes wolever#119
@eltoder eltoder force-pushed the feature/parameterized-class-mixins-4 branch from 197e6f4 to a211805 Compare August 18, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parameterized_class doesn't remove test methods from the base class's superclasses
1 participant