How do you generate dynamic (parameterized) unit tests in Python?
I have some kind of test data and want to create a unit test for each item. My first idea was to do it like this:
I have some kind of test data and want to create a unit test for each item. My first idea was to do it like this: