If you place test function in class and add `self` arg to it, `@scenario` decorator will try to find fixture 'self', which is obviously doesn't exists. Bug found in 3.2.1, but I suppose it cames from 3.2.0 update. 