Alexander Taran

Results 1 issues of Alexander Taran

Hello. When you set `docstring_summary` in `spec_test_format` variable it ignores parametrizations arguments. I think it is a bug. ## Failed scenario Example `test_code.py`: ```python import pytest @pytest.mark.parametrize("package", [ "python", "python-pip",...