Today I learned how to use named tuples to improve readability and flexibility of test parametrisations in pytest.
Today I learned about the parameter match used in pytest.raises.
match
pytest.raises
The 2 hardest problems in programming are naming, cache invalidation, and off-by-one errors.