{"library":"pytest-random-order","type":"library","category":null,"description":"pytest-random-order is a pytest plugin that randomises the order of tests. This can be useful to detect a test that passes just because it happens to run after an unrelated test that leaves the system in a favourable state. The plugin allows users to control the level of randomness they want to introduce and to disable reordering on subsets of tests. Tests can be rerun in a specific order by passing a seed value reported in a previous test run. Current version is 1.2.0.","language":"python","status":"active","version":"1.2.0","tags":["pytest","testing","random","order","plugin","test-runner"],"install":[{"cmd":"pip install pytest-random-order","imports":["No direct Python import is typically used for plugin activation; it's managed by pytest. For specific test control, markers are used.","import pytest\n\n@pytest.mark.random_order(disabled=True)\ndef test_something_not_randomized():\n    pass"]}],"homepage":null,"github":"https://github.com/jbasko/pytest-random-order","docs":null,"changelog":null,"pypi":"https://pypi.org/project/pytest-random-order/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":50,"avg_install_s":2.6,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pytest-random-order/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}