Originally reported by: **Nikolaus Rath (BitBucket: [nikratio](http://bitbucket.org/nikratio), GitHub: [nikratio](http://github.com/nikratio))** --- 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. --- - Bitbucket: https://bitbucket.org/pytest-dev/pytest/issue/460
Originally reported by: Nikolaus Rath (BitBucket: nikratio, GitHub: nikratio)
The attached meta-test-case results in
with pytest from Mercurial tip.