# useful flags `-s` to show stdout/stderr (pytest captures by default) `-k "$TEST_NAME"` for the expression `-m "$MARKER` for markers given by `@pytest.mark.$MARKER` `--durations=$N` for the N slowest tests `--pdb` for [[Python debugger|pdb]]