[Pytest-commit] commit/pytest: 4 new changesets

2013-10-11 Thread commits-noreply
4 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/2c2048157a12/ Changeset: 2c2048157a12 User:jaraco Date:2013-10-10 17:40:31 Summary: Adding test capturing #366 where an error occurs when package resources are loaded from the test package. Affected #: 1 fi

[Pytest-commit] commit/pytest: 3 new changesets

2013-10-11 Thread commits-noreply
3 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/24cadf785ead/ Changeset: 24cadf785ead User:hpk42 Date:2013-10-09 22:55:20 Summary: make "--runxfail" turn imperative pytest.xfail calls into no ops (it already did neutralize pytest.mark.xfail markers) Affect

[Pytest-commit] commit/pytest: hpk42: avoid one surprising case of marker malfunction/confusion::

2013-10-11 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/76a2baa4837d/ Changeset: 76a2baa4837d User:hpk42 Date:2013-10-11 14:36:54 Summary: avoid one surprising case of marker malfunction/confusion:: @pytest.mark.some(lambda arg: ...) def test_function():