Things learnt about Pytest
- How to profile Pytest tests on
- That Pytest’s “keyword expression” filtering supports Python conditionals on
- You can have class-scoped autouse pytest fixtures on
- Pytest doesn’t play nicely with ipdb on
-
You can stack
pytest
’sparametrize
decorators on - You can label parameterized fixtures with pytest on