Replies: 1 comment
-
Some testsuites use subclasses that override some tests The only save way is to walk the dicts of the complete mro and taking overrides into account |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why do we need to get dict from parent class? dict is already already loaded from parent object
pytest/src/_pytest/python.py
Line 392 in b938e70
and in which cases there are possible duplicates for seen?
Beta Was this translation helpful? Give feedback.
All reactions