Building first test case, Running the test from IDE, Running test case from command, Prompt Making multiple test cases, Running test cases in batch from command, Prompt Skipping Test cases
I'm getting this error:
C:\python39\python.exe "C:\Program Files\JetBrains\PyCharm Community Edition 2020.3.3\plugins\python-ce\helpers\pycharm\_jb_pytest_runner.py" --path C:/Users/18326/PycharmProjects/MyFirstProject/testcases/test_demo.py
Testing started at 12:56 PM ...
Traceback (most recent call last):
2021-05-18 12:56:58.488841
File "C:\Program Files\JetBrains\PyCharm Community Edition 2020.3.3\plugins\python-ce\helpers\pycharm\_jb_pytest_runner.py", line 4, in
As I was following the lecture, I installed pytest and setup as required. I ran the test and got the above error, please let me know how to get rid of this. I'm stuck on this.
Reply
Speak Your Mind