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