New issue 541: Can't use pytest.mark.parametrize inside unittest class
https://bitbucket.org/hpk42/pytest/issue/541/cant-use-pytestmarkparametrize-inside
d3ph:
```
#!python
def test_parametrize_unittest(testdir):
testpath = testdir.makepyfile("""
import uni
New issue 579: Request the feature to modify parametrized fixture with indirect
modification
https://bitbucket.org/hpk42/pytest/issue/579/request-the-feature-to-modify-parametrized
d3ph:
It seems to me modifying already parametrized tests are reasonable:
```
#!python
import pytest
class