Files
Kmake/test/fixtures/test-runner/output/suite-skip-hooks.snapshot

24 lines
463 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
BEFORE 2
BEFORE EACH 2
should run 1
AFTER EACH 2
BEFORE EACH 2
should run 2
AFTER EACH 2
AFTER 2
﹣ skip all hooks in this suite (*ms) # SKIP
▶ suite runs with mixture of skipped tests
﹣ should not run (*ms) # SKIP
✔ should run 1 (*ms)
﹣ should not run (*ms) # SKIP
✔ should run 2 (*ms)
✔ suite runs with mixture of skipped tests (*ms)
tests 4
suites 2
pass 2
fail 0
cancelled 0
skipped 2
todo 0
duration_ms *