Development tools - Testing
rust-fuzz/afl.rs1.7K

A Rust fuzzer, using AFL

synth1.4K

Generate database data declaratively.

trust1.3K

A Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows

fake-rs1K

A library for generating fake data

httpmock505

HTTP mocking

nrxus/faux445

A library to create mocks out of structs. build

rlt163

A universal load testing framework, with real-time tui support.

AlKass/polish55

Mini Testing/Test-Driven Framework Crates Package Status

t
tarpaulin

A code coverage tool

c
cargo-dinghy

A cargo extension to simplify running library tests and benches on smartphones and other small processor devices.

c
cucumber

An implementation of the Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.

d
demonstrate

Declarative Testing Framework

G
GoogleTest Rust

Powerful test assertion framework based on the C++ test library GoogleTest

r
rstest

Fixture-based test framework

s
speculate

An RSpec inspired minimal testing framework

m
mockiato

A strict, yet friendly mocking library for unstable Rust 2018

m
mockito

HTTP mocking

p
proptest

property testing framework inspired by the Hypothesis framework for Python

q
quickcheck

A Rust implementation of QuickCheck