New issue 460: AttributeError: 'SubRequest' object has no attribute 'param' https://bitbucket.org/hpk42/pytest/issue/460/attributeerror-subrequest-object-has-no
Nikolaus Rath: The attached meta-test-case results in ``` #! @pytest.fixture(params=(0,1,2)) def param1(request): > return request.param E AttributeError: 'SubRequest' object has no attribute 'param' ``` with pytest from Mercurial tip. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit