In examples all scenarios use methods from only one *.py file - steps.py How to set up relations between *.feature and its *.py file?
I have these feature files:
auth.feature
pay.featureand these py files
auth.py
pay.pyI need this: scenarios from the auth.feature refer to the methods only in auth.py and scenarios from the pay.feature refer only to the methods in pay.py