{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/5"}],"enrichment":{"capability":"A pytest plugin that selectively ignores test case results while still executing the tests, allowing you to suppress failures from specific tests by name or pattern.","skillfed_tags":["pytest-plugin","test-filtering","ci-cd"],"use_cases":["Suppress known flaky tests in CI while still running them and tracking their status.","Ignore platform-specific test failures without modifying the test suite itself.","Load a dynamic ignore list from a file to manage which tests should not block builds.","Return custom exit codes to signal different failure scenarios to downstream tooling.","Suppress 'no tests collected' errors when running against directories that may be empty."],"what_it_does":"This pytest plugin lets you run tests normally but selectively suppress their results from the final report. Instead of skipping tests or marking them as expected failures, you execute them fully and then choose which ones to ignore\u2014useful when you have known failures you want to track but not block your build, or when you need to suppress specific test outcomes without modifying test code.\n\nYou specify which tests to ignore via command-line patterns (exact names or wildcards) or by loading patterns from text files. The plugin also gives you control over exit codes: you can return code 6 when all failures are ignored, or suppress \"no tests collected\" errors entirely. It supports pytest's custom test case naming through a hook, making it flexible for complex test hierarchies.","worth_installing":"Yes, if you need to selectively suppress test results without modifying test code or skipping tests outright. The plugin is actively maintained, has no known vulnerabilities, and adds minimal install friction. It's most valuable in CI/CD pipelines where you want to run all tests but control which ones block the build."},"id":"pytest-ignore-test-results","links":{"html":"https://skillfed.io/packages/pytest-ignore-test-results","md":"https://skillfed.io/packages/pytest-ignore-test-results.md","pypi":"https://pypi.org/project/pytest-ignore-test-results/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-02-03","license_spdx":null,"license_treatment":"permissive","name":"pytest-ignore-test-results","python_support":"supports_current","summary":"A pytest plugin to ignore test results."},"popularity":{"monthly_downloads":175948,"position":10257,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.0"}
