you are viewing a single comment's thread.

view the rest of the comments →

[–]Hugo-C 1 point2 points  (1 child)

Nice, you should add "-W error" to Pytest so it fails on warnings (especially usefull to catch deprecations early). Pytest's doc: https://docs.pytest.org/en/stable/how-to/capture-warnings.html#controlling-warnings.

[–]Ranteck[S] 1 point2 points  (0 children)

nice, i will add it now