Ignore individual tests #3198
Closed
Ignore individual tests #3198
Labels
Comments
Seems useful at first sight. Feel free to submit a PR. |
uSpike
pushed a commit
to uSpike/pytest
that referenced
this issue
Feb 9, 2018
uSpike
added a commit
to uSpike/pytest
that referenced
this issue
Feb 9, 2018
uSpike
added a commit
to uSpike/pytest
that referenced
this issue
Feb 9, 2018
uSpike
added a commit
to uSpike/pytest
that referenced
this issue
Feb 9, 2018
uSpike
added a commit
to uSpike/pytest
that referenced
this issue
Feb 12, 2018
uSpike
added a commit
to uSpike/pytest
that referenced
this issue
Feb 15, 2018
uSpike
added a commit
to uSpike/pytest
that referenced
this issue
Feb 15, 2018
uSpike
added a commit
to uSpike/pytest
that referenced
this issue
Feb 15, 2018
uSpike
added a commit
to uSpike/pytest
that referenced
this issue
Feb 16, 2018
uSpike
added a commit
to uSpike/pytest
that referenced
this issue
Feb 16, 2018
uSpike
added a commit
to uSpike/pytest
that referenced
this issue
Feb 16, 2018
I submitted #3201 with a different implementation than I proposed. I opted to add |
Closed
This was referenced Jul 23, 2018
Closed
FTR, I figured there's a more convenient way to ignore tests, which supports a pattern match, that is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be useful for my workflow to be able to ignore specific tests while still collecting an entire directory.
For example, I have:
I can currently use
--ignore
to ignore an entire file, but not a specific test. If I want to run every test except fortest_a.py::test_foo
I will have a very long command line.I propose to accept test ids with
--ignore
:Thoughts? I'd be glad to submit a PR.
The text was updated successfully, but these errors were encountered: