The Python Polars documenation on testing provides only a couple of pointers and it offloads the core part to the Hypothesis library. Here I want to documnent a more simpler approach for deterministic tests using just Pytest and pytest.mark.parametrize
.