{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/5"}],"enrichment":{"capability":"A pytest plugin that lets you customize the symbols and strings displayed for test outcomes (passed, failed, skipped, etc.) in terminal reports.","skillfed_tags":["pytest-plugin","terminal-output"],"use_cases":["Replace pytest's default letters with emoji or Unicode symbols to make test output more visually distinctive and easier to scan.","Customize verbose test output strings (e.g., `FAILED` \u2192 `OH CRAP`) for team-specific or humorous reporting.","Standardize test report appearance across a team by storing symbol choices in a shared pytest.ini.","Make CI/CD logs more readable by using distinctive glyphs for pass/fail outcomes in terminal output."],"what_it_does":"pytest-custom-report is a pytest plugin that replaces the default single-character and verbose outcome symbols with custom text or Unicode glyphs. By default, pytest shows test results as single letters (`.` for passed, `F` for failed, `s` for skipped, etc.); this plugin lets you override those with any character or string\u2014commonly used for emoji like \ud83d\udca9 for failures or \u2714 for passes\u2014either via command-line flags or persistent configuration in pytest.ini.\n\nThe plugin hooks into pytest's terminal reporting and applies your custom symbols to both compact and verbose output modes. Configuration is straightforward: set options in a pytest config file or pass them as command-line arguments. The plugin is always loaded once installed but remains inert unless you define custom symbols, so it has minimal overhead if you don't use it.","worth_installing":"Yes, if you want to customize pytest's terminal symbols and don't mind the lack of active maintenance. The plugin is simple, has no security vulnerabilities, and low install friction. However, be aware it is abandoned\u2014test compatibility with your pytest version before relying on it in production, and do not expect updates if pytest introduces breaking changes."},"id":"pytest-custom-report","links":{"html":"https://skillfed.io/packages/pytest-custom-report","md":"https://skillfed.io/packages/pytest-custom-report.md","pypi":"https://pypi.org/project/pytest-custom-report/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-01-30","license_spdx":null,"license_treatment":"permissive","name":"pytest-custom-report","python_support":"unspecified","summary":"Configure the symbols displayed for test outcomes"},"popularity":{"monthly_downloads":188480,"position":9944,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.1"}
