The -k flag for pytest

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