{"library":"pytest-emoji","title":"pytest-emoji","description":"pytest-emoji is a pytest plugin that enhances your test result reports by replacing standard indicators with expressive emojis. It offers clear visual feedback for passed, failed, skipped, xfailed, xpassed, and error states, making test output more engaging and easier to parse at a glance. The plugin is currently at version 0.2.0 and maintains a steady cadence as part of the pytest ecosystem.","language":"python","status":"active","last_verified":"Thu Apr 16","install":{"commands":["pip install pytest-emoji"],"cli":null},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# my_test_file.py\ndef test_pass():\n    assert True\n\ndef test_fail():\n    assert False\n\n# Run from your terminal:\n# pytest --emoji my_test_file.py\n# You should see:\n# my_test_file.py 😃 😰","lang":"python","description":"Install the plugin, then simply run `pytest` with the `--emoji` flag to enable the emoji reporting. The plugin integrates seamlessly, replacing standard test indicators with emojis for both normal and verbose output modes.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}