pytest -k 'auth'

Category: Python & pip

pytest -k 'auth'

Run only tests whose name contains 'auth'

Runs only tests whose name contains 'auth'. -k filters by test name expression.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.