[Pytest-commit] Issue #665: pytest.mark.skipif marker does not display / have correct source information (hpk42/pytest)

2015-01-23 Thread Daniel Hahler
New issue 665: pytest.mark.skipif marker does not display / have correct source information https://bitbucket.org/hpk42/pytest/issue/665/pytestmarkskipif-marker-does-not-display Daniel Hahler: When using the pytest.mark.skipif marker, the test summary does not report the location of the marker

[Pytest-commit] Issue #666: pytest.mark.skipif on class method uses "reason" from class level pytestmark (hpk42/pytest)

2015-01-23 Thread Daniel Hahler
New issue 666: pytest.mark.skipif on class method uses "reason" from class level pytestmark https://bitbucket.org/hpk42/pytest/issue/666/pytestmarkskipif-on-class-method-uses Daniel Hahler: Given the following test, the reason should be "function level", but is reported as "class level": im