mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-10-02 23:22:46 -04:00
commit
fbe4afca36
1 changed files with 3 additions and 1 deletions
|
@ -671,8 +671,10 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https://
|
|||
* [mockiato](https://crates.io/crates/mockiato) — A strict, yet friendly mocking library for Rust 2018 [](https://app.travis-ci.com/github/mockiato/mockiato)
|
||||
* [mockito](https://crates.io/crates/mockito) — HTTP mocking [](https://travis-ci.org/lipanski/mockito)
|
||||
* [nrxus/faux](https://github.com/nrxus/faux/) [](https://crates.io/crates/faux) — A library to create mocks out of structs. 
|
||||
* Mutation Testing
|
||||
* [cargo-mutants](https://github.com/sourcefrog/cargo-mutants) [[cargo-mutants](https://crates.io/crates/cargo-mutants)] - Finds inadequately tested code by injecting mutations, no source changes required. [](https://github.com/sourcefrog/cargo-mutants/actions/workflows/tests.yml?query=branch%3Amain)
|
||||
* [mutagen](https://github.com/llogiq/mutagen) [[mutagen](https://crates.io/crates/mutagen)] — A source-level mutation testing framework (nightly only) [](https://travis-ci.org/llogiq/mutagen)
|
||||
* Property Testing and Fuzzing
|
||||
* [mutagen](https://github.com/llogiq/mutagen) [[mutagen](https://crates.io/crates/mutagen)) — A source-level mutation testing framework (nightly only) [](https://travis-ci.org/llogiq/mutagen)
|
||||
* [proptest](https://crates.io/crates/proptest) — property testing framework inspired by the [Hypothesis](https://hypothesis.works/) framework for Python [](https://travis-ci.org/altsysrq/proptest)
|
||||
* [quickcheck](https://crates.io/crates/quickcheck) — A Rust implementation of [QuickCheck](https://wiki.haskell.org/Introduction_to_QuickCheck1) [](https://travis-ci.org/BurntSushi/quickcheck)
|
||||
* [rust-fuzz/afl.rs](https://github.com/rust-fuzz/afl.rs) — A Rust fuzzer, using [AFL](https://lcamtuf.coredump.cx/afl/) [](https://travis-ci.org/rust-fuzz/afl.rs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue