Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 10
    This is a much better answer than the one above
    – JBernardo
    Commented Oct 21, 2022 at 17:07
  • How to exactly filter some test cases in class class01, and some other test cases in class class02 ? Commented Aug 22, 2023 at 0:58
  • This worked for me while "-k" flag did not.
    – neonwatty
    Commented Mar 11 at 23:26
  • Best answer. Watch out for conflicting test function names and test module/file names. Commented Apr 11 at 23:46
  • if a test runs X times, how can i run the test only Y times and not all the complete X times?
    – AlphaGoku
    Commented May 2 at 11:29