[ trixie ]
[ sid ]
[ 源代码: pytest-emoji ]
软件包:python3-pytest-emoji(0.2.0-2)
Pytest plugin that adds emojis to your test result report (Python 3)
Pytest is a mature testing framework for Python that is developed by a thriving community of volunteers.
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
This package installs the library for Python 3.
其他与 python3-pytest-emoji 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pytest
- Simple, powerful testing in Python3