Skip to content

randomized and fuzz execution of command-line interfaces

License

Notifications You must be signed in to change notification settings

loco-rs/crazy-train

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crazy Train

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.

Features

  • Randomized Execution: Execute the Loco CLI with random parameters and sequences to explore unexpected behaviors.
  • Fuzz Testing: Identify edge cases and potential bugs by fuzzing input to the CLI.
  • Reproducible Tests: Create a test plan that can be repeated to ensure consistency in test results.
  • Error Discovery: Capture and report unforeseen errors encountered during execution.

Installation

To add Crazy Train to your project, include it in your Cargo.toml:

[dependencies]
crazy-train = "*"

Usage

Here’s a quick example of how to use Crazy Train in your project

Contributing

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.

About

randomized and fuzz execution of command-line interfaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages