-k
Executing pytest -k <something> collects tests that match the <something> string. It matches against the full node ID — test file, class name, and function name — so it's quite flexible
pytest -k <something>
<something>