parameterized icon indicating copy to clipboard operation
parameterized copied to clipboard

Fix using parameterized_class with mixins

Open eltoder opened this issue 1 year ago • 0 comments
trafficstars

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

eltoder avatar Aug 18 '24 22:08 eltoder