Replies: 1 comment 10 replies
-
Fixture info isn't being added, The own version in pytester Passes over a lot More |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am unable to use a pytest fixture in a class-based test. My code looks like the following.
main.py
test.py
when running the code as ./main.py I am getting the error as
The error happens when I am using the plugin(MyPlugin). What needs to be changed in the plugin for a class-based test to access the fixture as a test method parameter?
Beta Was this translation helpful? Give feedback.
All reactions