Closed sbrugman closed 1 month ago
Resolved merge conflict. I'll start adding some lint rules once this one it merged.
@kit1980 Any objections merging this? Generation of tests with metafunc is coming staight from the pytest
docs and seems to be the idiomatic way of doing so.
Looks good to me, thanks! Please resolve conflicts before merging.
metafunc.parametrize
can be used to create more granular test cases by dynamically generating test fixtures (i.e. arguments). This in our case is helpful for debugging failing test cases, by knowing directly which of the paths are failing.Before
After
Changes: