You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the issues are "almost clear-cut", except the
astroid stuff - `pylint_pytest/checkers/class_attr_loader.py`.
Those were mostly placated (but hopefully done right).
Additionally, add some sanity features to `BasePytestTester`:
* Marked class as `ABC`
* Enforce subclasses to initialize `MSG_ID`
Mostly both of those changes are "aesthetical",
and do not contribute to strict guarantees of behavior, or type assertions.
But at least `pytest` cries loudly when used wrong - so that's something.
Signed-off-by: Stavros Ntentos <[email protected]>
0 commit comments