[Pytest-commit] Issue #464: Allow mixtures of fixture + parameterization marks (hpk42/pytest)

2014-02-17 Thread vmalloc
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

[Pytest-commit] Issue #465: running pytest.main(...) from python script breaks cov plugin (hpk42/pytest)

2014-02-17 Thread Lars Hupfeldt Nielsen
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