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
the -k and -m flags are broken, and result in pytest invocations like this:
-k
-m
pytest --color=yes --verbose -k '=foo'
... which results in an error, e.g.:
ERROR: Wrong expression passed to '-k': =foo: at column 1: unexpected character "="
The text was updated successfully, but these errors were encountered:
Correctly handle -m and -k flags
03beb7c
Fixes #36.
92af1e9
Add a special reader helper to read shell arguments that should go after a short-form pytest flag. Fixes #36.
Correctly handle -m and -k flags (#37)
4a1c4c8
wbolster
Successfully merging a pull request may close this issue.
the
-k
and-m
flags are broken, and result in pytest invocations like this:... which results in an error, e.g.:
The text was updated successfully, but these errors were encountered: