# Quick tip: Easily identify failing parametrized test in pytest with pytest.param
2 min read
Pytest is a great tool for writing and running tests in python. One of the features I find myself using a lot is parametrized tests.
Pytest is a great tool for writing and running tests in python. One of the features I find myself using a lot is parametrized tests.