Often it is useful to select tests based on the fixtures it used. A workaround is to adding marks then manually, but that adds overhead in general (also when not used), and is not as flexible. _Originally posted by @blueyed in https://github.com/pytest-dev/pytest/pull/5314#issuecomment-496276466_
Often it is useful to select tests based on the fixtures it used.
A workaround is to adding marks then manually, but that adds overhead in general (also when not used), and is not as flexible.
Originally posted by @blueyed in #5314 (comment)