{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/4"}],"enrichment":{"capability":"Adds emoji indicators to pytest test result reports, replacing standard pass/fail/skip/error symbols with customizable emoji in both normal and verbose output modes.","skillfed_tags":["pytest-plugin","cosmetic-output"],"use_cases":["Make test output more visually scannable and engaging during local development and CI/CD runs.","Customize emoji per project to match team preferences or add thematic flair to test reports.","Reduce cognitive load when scanning large test suites by using visual emoji indicators instead of text.","Add a light-hearted element to test reporting in team environments to encourage testing culture."],"what_it_does":"pytest-emoji is a pytest plugin that replaces the standard test result symbols (PASSED, FAILED, SKIPPED, etc.) with emoji in your test output. It adds a `--emoji` CLI flag to pytest that works in both normal and verbose modes, displaying emoji like \ud83d\ude03 for passed tests, \ud83d\ude30 for failures, \ud83d\ude44 for skipped tests, and others for different outcomes.\n\nThe plugin allows customization through pytest hooks in a conftest.py file, letting you replace the default emoji with your own choices. It has a single runtime dependency on pytest and installs with low friction. However, the package has not been actively maintained since February 2019, with the last commit in September 2021, which means it may have compatibility issues with pytest versions released in recent years.","worth_installing":"No\u2014not without verification. While the plugin is simple and has no security vulnerabilities, it has been abandoned for over four years with no updates to address pytest compatibility. Install only if you can verify it works with your specific pytest version and are willing to maintain a fork if needed. For active projects, consider whether the cosmetic benefit justifies the maintenance risk."},"id":"pytest-emoji","links":{"html":"https://skillfed.io/packages/pytest-emoji","md":"https://skillfed.io/packages/pytest-emoji.md","pypi":"https://pypi.org/project/pytest-emoji/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-02-19","license_spdx":null,"license_treatment":"permissive","name":"pytest-emoji","python_support":"supports_current","summary":"A pytest plugin that adds emojis to your test result report"},"popularity":{"monthly_downloads":247486,"position":8690,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.0"}
