vix-test-runner 1.4.0

Parse test-runner output into a pass/fail list with jump-to-failure.
Documentation
  • Coverage
  • 100%
    11 out of 11 items documented0 out of 4 items with examples
  • Size
  • Source code size: 8.88 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 392.09 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • vixide/vix
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • joelparkerhenderson

Parse test-runner output into a pass/fail list with jump-to-failure locations. Supports cargo test's libtest format and the common name PASSED/FAILED/SKIPPED shape (pytest -v, many others).

Pure text → data, so it is unit-testable; the host runs the command (via the async pipeline) and renders the [TestResult]s.