swim-marlin

Crates.ioswim-marlin
lib.rsswim-marlin
version0.1.0
created_at2025-02-09 10:45:38.708626+00
updated_at2025-02-09 10:45:38.708626+00
descriptionParallel test runner for Marlin tests
homepage
repositoryhttps://github.com/ethanuppal/marlin
max_upload_size
id1548870
size69,049
Ethan Uppal (ethanuppal)

documentation

README

swim-marlin

swim-marlin is a Swim subcommand that makes it easy to manage Marlin tests in a Swim project. See swim marlin --help for more information.

Install with cargo install swim-marlin.

Overview:

  • swim marlin init inside a Swim project sets up Marlin
  • swim marlin add <testname> creates a new empty test in your tests directory
  • swim marlin test <pattern> runs all tests containing <pattern> in their name on multiple threads
  • swim marlin check checks for an invalid configuration
Commit count: 121

cargo fmt