You most certainly know that you can run a single test in entire suite by passing the full path: PRODUCT_ENV='stage'pytest-v--criticaltests/test_mod.py::test_func[x1] This gets old when you want to run around 3 or more tests. In that case, you might end up putting …