Skip to content

feat: rework test report aesthetics#812

Merged
ivov merged 1 commit into
mainfrom
test-report-aesthetics
Jun 21, 2026
Merged

feat: rework test report aesthetics#812
ivov merged 1 commit into
mainfrom
test-report-aesthetics

Conversation

@ivov

@ivov ivov commented Jun 21, 2026

Copy link
Copy Markdown
Owner

Reworks the lis test report so a run is easier to read at a glance:

  demo
    ├── ✓ slugify lowercases and hyphenates
    ├── ✗ a fallible test that returns Err
    └── translate moves along each axis
        ├── ✓ moves_right
        └── ✓ moves_up

  Failures

  ✗ a fallible test that returns Err · test returned Err
        ╭─[src/calc.test.lis:28:4]
     28 │ fn returns_err() -> Result<(), error> {
        ·    ─────┬─────
        ·         ╰── name is required
        ╰────

  ✗ 1 failed · 3 passed (118ms)

@ivov ivov merged commit efda033 into main Jun 21, 2026
16 checks passed
@ivov ivov mentioned this pull request Jun 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant