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
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