-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtests
Description
Summary
Add test for SuiteResult.to_markdown() to verify emoji characters render correctly.
Tasks
- Add a test in
tests/test_reporting.py(or create if needed). - Create a
SuiteResultwith passing and failing runs. - Assert the markdown output contains ✅ and ❌ characters.
- Verify UTF-8 encoding is preserved.
Acceptance criteria
- Test passes on all platforms (including Windows).
poetry run pytestpasses.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtests