Skip to content

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