pauleveritt / laxleague

Sample "girls lacrosse league" Python application for demos
MIT License
2 stars 5 forks source link

First 'pytest in tests' fail #1

Open pasamu91 opened 5 years ago

pasamu91 commented 5 years ago

Hi Paul, I have tried the Jetbrains blog for Pytest-BDD but I haven't been able to make it run successfully. These are the steps I was trying to follow: https://blog.jetbrains.com/pycharm/2018/08/pycharm-and-pytest-bdd/

I'm in a Windows machine, however when I ran 'pytest in tests' the execution failed and returned this error: E AttributeError: '_HookRelay' object has no attribute 'pytest_bdd_before_scenario'

I have tried many things, review the pipenv, the pipfile, the versions, the interpreter. But still haven't fix it.

Could you please help me out? I'm really new to this tech stack and I need your guide. I'm really into this topic and I want to progress as much and as fast as I can. Thank you so much in advance from a very enthusiast beginner programmer

pauleveritt commented 5 years ago

Sorry for the delay in replying. What version of PyCharm? I just tried with PyCharm Professional 2019.1 RC2 and it worked ok.