Here's a description of some nice features I didn't know about in #PyTest's parameterize() decorator. My favourite is how to avoid really long names for test cases.

https://nedbatchelder.com/blog/202602/pytest_parameter_functions

#python

Pytest parameter functions

Pytest’s parametrize can be made even more powerful with your own helper functions to build test cases.