wolever / parameterized

Parameterized testing with any Python test framework
Other
833 stars 105 forks source link

parameterized_class: allow callback functions #178

Open sshane opened 10 months ago

sshane commented 10 months ago

Useful if you want to perform some action on the dynamically created classes immediately after (access/change some attribute, mark it with pytest, etc).

eltoder commented 3 weeks ago

@sshane can you simply define __init_subclass__ on your class?