mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-12-12 19:18:26 +02:00
Added faux
under testing libraries
faux is a library to create mocks out of structs. I did the PR by following the [requested format](https://github.com/rust-unofficial/awesome-rust/blob/master/CONTRIBUTING.md) but it doesn't match most of the existing listed libraries so let me know if I should make them match the existing libraries instead of the format under the contributing guidelines.
This commit is contained in:
parent
da15365ee0
commit
c00850315b
@ -672,6 +672,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https://
|
||||
* [laboratory](https://crates.io/crates/laboratory) — A simple, expressive unit test framework for Rust 
|
||||
* [cucumber-rust](https://crates.io/crates/cucumber-rust) — An implementation of the Cucumber testing framework for Rust. [](https://github.com/bbqsrc/cucumber-rust)
|
||||
* [demonstrate](https://crates.io/crates/demonstrate) — Declarative Testing Framework [](https://github.com/austinsheep/demonstrate)
|
||||
* [nrxus/faux](https://github.com/nrxus/faux/) [](https://crates.io/crates/faux) — A library to create mocks out of structs. 
|
||||
* [httpmock](https://github.com/alexliesenfeld/httpmock) — HTTP mocking [](https://dev.azure.com/alexliesenfeld/httpmock/_build/latest?definitionId=2&branchName=master)
|
||||
* [mockiato](https://crates.io/crates/mockiato) — A strict, yet friendly mocking library for Rust 2018 [](https://travis-ci.com/mockiato/mockiato)
|
||||
* [mutagen](https://crates.io/crates/mutagen) — A source-level mutation testing framework (nightly only) [](https://travis-ci.org/llogiq/mutagen)
|
||||
|
Loading…
Reference in New Issue
Block a user