Skip to content

Releases: hackebrot/pytest-emoji

0.2.0

19 Feb 09:31
Compare
Choose a tag to compare

This release of pytest-emoji does not longer use the now deprecated global pytest.config 💾

0.1.0

26 Aug 20:59
Compare
Choose a tag to compare

Features

This plugin adds a --emoji CLI flag to pytest, which replaces the test
result indicator to emojis, both for normal and verbose mode.

  • 😃 / PASSED 😃 for passed tests
  • 😰 / FAILED 😰 for failed tests
  • 😞 / xfail 😞 for xfailed tests
  • 😲 / XPASS 😲 for xpassed tests
  • 🙄 / SKIPPED 🙄 for skipped tests
  • 😡 / ERROR 😡 for tests with errors