.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
README.rst
RELEASING.rst
pyproject.toml
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/deploy.yml
.github/workflows/test.yml
docs/pytest-random-order-design.png
docs/pytest-random-order-example1.png
docs/pytest-random-order-example2.png
pytest_random_order.egg-info/PKG-INFO
pytest_random_order.egg-info/SOURCES.txt
pytest_random_order.egg-info/dependency_links.txt
pytest_random_order.egg-info/entry_points.txt
pytest_random_order.egg-info/requires.txt
pytest_random_order.egg-info/top_level.txt
random_order/__init__.py
random_order/bucket_types.py
random_order/cache.py
random_order/config.py
random_order/plugin.py
random_order/shuffler.py
random_order/xdist.py
tests/conftest.py
tests/test_actual_test_runs.py
tests/test_cli.py
tests/test_doctests.py
tests/test_markers.py
tests/test_plugin_failure.py
tests/test_shuffle.py
tests/test_xdist.py