Crates.io | crazy-train |
lib.rs | crazy-train |
version | 0.2.0 |
source | src |
created_at | 2024-10-13 07:53:23.12952 |
updated_at | 2024-10-20 06:31:09.279946 |
description | randomized and fuzz execution of command-line interfaces |
homepage | https://docs.rs/crazy-train |
repository | https://github.com/loco-rs/crazy-train |
max_upload_size | |
id | 1407146 |
size | 65,848 |
Crazy Train designed to perform randomized and fuzz execution of the Loco CLI to discover unforeseen sequences of steps and parameters that users run, which may lead to unexpected errors. This library aims to facilitate reproducible test plan runs, ensuring your CLI behaves as expected under various scenarios.
To add Crazy Train to your project, include it in your Cargo.toml
:
[dependencies]
crazy-train = "*"
Here’s a quick example of how to use Crazy Train in your project
Contributions are welcome! If you have suggestions or find bugs, please open an issue or submit a pull request. Make sure to follow the contribution guidelines.