# pytest-random **Repository Path**: mirrors_Shopify/pytest-random ## Basic Information - **Project Name**: pytest-random - **Description**: randomize your py.test run - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README pytest-random ============= randomize your py.test run The randomization algorithm is not the least bit sophisticated, so do not depend on this plugin for a specific degree of randomness. Please use the `--verbose` option to see the randomization for yourself. example usage: ```bash py.test . --random ``` options: * `--random` randomize the tests to be run. defaults to False. * `--random-group` group by fixtures to avoid multiple setUp/tearDown calls. defaults to False. * `--random-seed=RANDOM_SEED` the seed to use for randomization if you need to repeat a run.