[Pytest-commit] [hpk42/pytest] Markers as functions (issue #277)

2013-03-16 Thread Alexander Steinert
--- you can reply above this line --- New issue 277: Markers as functions https://bitbucket.org/hpk42/pytest/issue/277/markers-as-functions Alexander Steinert: Scattering a custom marker registration/defintion/usage to different hook functions -- like done in http://pytest.org/latest/example

[Pytest-commit] Issue #498: Function scope fixture with failing finalizer called only once (hpk42/pytest)

2014-04-03 Thread Alexander Steinert
New issue 498: Function scope fixture with failing finalizer called only once https://bitbucket.org/hpk42/pytest/issue/498/function-scope-fixture-with-failing Alexander Steinert: ``` python import pytest class Helper: pass @pytest.fixture(scope="function") def failing_fixtu