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

incorrect handling of -m and -k flags #36

Closed
wbolster opened this issue Oct 12, 2020 · 0 comments · Fixed by #37
Closed

incorrect handling of -m and -k flags #36

wbolster opened this issue Oct 12, 2020 · 0 comments · Fixed by #37
Assignees
Labels
bug Something isn't working

Comments

@wbolster
Copy link
Owner

the -k and -m flags are broken, and result in pytest invocations like this:

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 "="
@wbolster wbolster added the bug Something isn't working label Oct 12, 2020
@wbolster wbolster self-assigned this Oct 12, 2020
wbolster added a commit that referenced this issue Oct 12, 2020
wbolster added a commit that referenced this issue Nov 20, 2020
Add a special reader helper to read shell arguments that should go after
a short-form pytest flag.

Fixes #36.
wbolster added a commit that referenced this issue Nov 20, 2020
Add a special reader helper to read shell arguments that should go after
a short-form pytest flag.

Fixes #36.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant