[Pytest-commit] Issue #541: Can't use pytest.mark.parametrize inside unittest class (hpk42/pytest)

2014-07-16 Thread d3ph
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

[Pytest-commit] Issue #579: Request the feature to modify parametrized fixture with indirect modification (hpk42/pytest)

2014-09-03 Thread d3ph
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