PyCharm Reports Behave Decorators as Unresolved References
I used the Python package behave to perform functional testing of my Python project.
When I open the directory containing my file steps.py, PyCharm reports "unresolved reference 'given'" (or 'then' or 'when') for all the decorators of my steps.
How do I configure PyCharm to resolve these references?
Thanks.
When I open the directory containing my file steps.py, PyCharm reports "unresolved reference 'given'" (or 'then' or 'when') for all the decorators of my steps.
How do I configure PyCharm to resolve these references?
Thanks.
Please sign in to leave a comment.
Please vote for PY-8427 if you are interested in behave support, incl. running feature files as tests. Note that there is another feature request about the Lettuce BDD tool PY-4186.
Thanks for your help.
Have a great day!