{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/3"},{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/2"},{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance"}],"enrichment":{"capability":"A pytest plugin that lets you control the execution order of your tests using markers, running specific tests first, last, or in a defined sequence.","skillfed_tags":["abandoned","pytest-plugin"],"use_cases":["Ensure a setup test runs before all others and a teardown test runs last in your suite.","Run integration tests in a specific order when later tests depend on state created by earlier ones.","Prioritize critical tests to run first, deferring slower or less important tests to the end.","Enforce a sequence of tests that must execute in order to validate a workflow or data pipeline."],"what_it_does":"pytest-ordering is a pytest plugin that adds markers allowing you to specify the execution order of your tests. You decorate test functions with @pytest.mark.run(order=N) to control when they run relative to other tests, enabling scenarios where one test must run before another or a group of tests must execute in a particular sequence.\n\nThe package is abandoned and no longer maintained; the author explicitly directs new users to pytest-order as a replacement. While it remains installable and has no known security vulnerabilities, it has not been updated since 2018 and is not recommended for new projects or ongoing maintenance.","worth_installing":"No. The package is abandoned and explicitly superseded by pytest-order. While it has low install friction and no known vulnerabilities, the lack of maintenance since 2018 and the author's own recommendation to use pytest-order make it unsuitable for new projects. Use pytest-order instead."},"id":"pytest-ordering","links":{"html":"https://skillfed.io/packages/pytest-ordering","md":"https://skillfed.io/packages/pytest-ordering.md","pypi":"https://pypi.org/project/pytest-ordering/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2018-10-25","license_spdx":null,"license_treatment":"permissive","name":"pytest-ordering","python_support":"unspecified","summary":"pytest plugin to run your tests in a specific order"},"popularity":{"monthly_downloads":2754298,"position":2905,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.6"}
