pytest-parametrized
pytest-parametrized copied to clipboard
Pytest decorator for parametrizing tests with default iterables.
Results
1
pytest-parametrized issues
Sort by
recently updated
recently updated
newest added
If any of the values passed in are wrapped in `pytest.param`, the resulting values are not properly unpacked with `@parametrized` and thus change what the test actually receives. Repro example:...