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
-
Using pytest 8.3.5
STR
conftest.py
pytest --help
At this point, the standard help printout is not triggered. Instead, the code within
pytest_configure
is run. This is strange to me, as currently I have to remove mypytest_configure
code to print any help tips for pytest.Any tips for having both a
pytest_configure
hook and the ability to print standard pytest help?Beta Was this translation helpful? Give feedback.
All reactions