1 unstable release
Uses new Rust 2024
new 0.1.0 | Mar 29, 2025 |
---|
#322 in Testing
30KB
765 lines
Precept
This crate is designed to be used in testing and development to aid in finding interesting and erroneous states. It can be used in concert with a guidance system to provide high signal fuzz testing.
The crate offers a few features:
-
expectations: a set of macros that can be used to check that the program reaches certain states, and that those states are valid. these macros do not cause the program to crash like an assert would. rather they are emitted to a configured collector for later analysis or a configured guidance system to assist with fuzz testing. notably, these macros support tracking when a state is never reached is extremely helpful for automated fuzzing and verifying test correctness
-
simulation: wrappers around time and randomness to support fast forwarding and better control over randomness when run within a guidance system
-
fault injection: a fault injection system that allows a guidance system to trigger custom faults in a controlled manner
Credits
Precept is heavily inspired by the official Antithesis Rust SDK.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~2–8MB
~56K SLoC