using pytest_configure hook prevents pytest --help from functioning at all
#13392
Unanswered
alexander-lazaris-sonder
asked this question in
Q&A
Replies: 0 comments
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.
-
Using pytest 8.3.5
STR
conftest.pypytest --helpAt this point, the standard help printout is not triggered. Instead, the code within
pytest_configureis run. This is strange to me, as currently I have to remove mypytest_configurecode to print any help tips for pytest.Any tips for having both a
pytest_configurehook and the ability to print standard pytest help?Beta Was this translation helpful? Give feedback.
All reactions