Skip to content
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

Working with pytest.ini #11

Open
mozTheFuzz opened this issue Oct 18, 2022 · 1 comment
Open

Working with pytest.ini #11

mozTheFuzz opened this issue Oct 18, 2022 · 1 comment
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@mozTheFuzz
Copy link

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.

@RonnyPfannschmidt
Copy link
Owner

this is a documentation bug i missed, the option is --manual-only

@RonnyPfannschmidt RonnyPfannschmidt added bug Something isn't working documentation Improvements or additions to documentation labels Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants