| Crates.io | swim-marlin |
| lib.rs | swim-marlin |
| version | 0.1.0 |
| created_at | 2025-02-09 10:45:38.708626+00 |
| updated_at | 2025-02-09 10:45:38.708626+00 |
| description | Parallel test runner for Marlin tests |
| homepage | |
| repository | https://github.com/ethanuppal/marlin |
| max_upload_size | |
| id | 1548870 |
| size | 69,049 |
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 Marlinswim marlin add <testname> creates a new empty test in your tests directoryswim marlin test <pattern> runs all tests containing <pattern> in their
name on multiple threadsswim marlin check checks for an invalid configuration