Giving following code:
class X(Mixin, Y): pass
How can I write a unittest to ensure Mixin class is before Y in superclass declaration of X?
Mixin
Y
X
Aucun commentaire:
Enregistrer un commentaire