We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am trying to use it with pytest.ini
I use the syntax provided in the readme file the the following error occurs:
pytest --collect-only -q --manual test/service/some_test.py::test_manual -s
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: --manual inifile: .../test/pytest.ini rootdir: .../test
Is it possible to have it work with pytest.ini? Thank you.
The text was updated successfully, but these errors were encountered:
this is a documentation bug i missed, the option is --manual-only
--manual-only
Sorry, something went wrong.
No branches or pull requests
Hi, I am trying to use it with pytest.ini
I use the syntax provided in the readme file the the following error occurs:
pytest --collect-only -q --manual test/service/some_test.py::test_manual -s
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: --manual
inifile: .../test/pytest.ini
rootdir: .../test
Is it possible to have it work with pytest.ini?
Thank you.
The text was updated successfully, but these errors were encountered: