New issue 464: Allow mixtures of fixture + parameterization marks
https://bitbucket.org/hpk42/pytest/issue/464/allow-mixtures-of-fixture-parameterization
vmalloc:
Given the following code:
```python
import pytest
@pytest.fixture
def arg1():
return 1
@pytest.mark.parameterize("arg2", [2, 22
New issue 465: running pytest.main(...) from python script breaks cov plugin
https://bitbucket.org/hpk42/pytest/issue/465/running-pytestmain-from-python-script
Lars Hupfeldt Nielsen:
cov plugin works when executing py.test, showing 84% coverage
when calling pytests.main() only 64% coverage is sho