31st August 2024
TIL
Using namedtuple for pytest parameterized tests
— I'm writing some quite complex [pytest]() parameterized tests this morning, and I was finding it a little bit hard to read the test cases as the number of parameters grew.