-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pytest fixtures triggers unused-import even when required by tests #3493
Comments
pytest import implicitly fixtures if placed in a file named |
An updated Please forgive me for grave digging this. @Pierre-Sassoulas why did you link to the plugins page here? What plugin was useful for this issue? |
Hmm, well I have no idea myself, seem like I searched for "re" on the page seeing the get argument, which is also confusing (?!). After re-reading the commit content, I would make sense that I'd link to the conftest.py doc (?) |
Steps to reproduce
in pylint's tests in
tests/message/generic_fixtures.py
:In
test/message/unittest_message_id_store.py
:Current behavior
Expected behavior
No error.
pylint --version output
The text was updated successfully, but these errors were encountered: