#testing

  1. insta

    A snapshot testing library for Rust

    v1.46.3 3.5M #snapshot-testing #jest #testing #approval
  2. wiremock

    HTTP mocking to test Rust applications

    v0.6.5 3.1M #http-mocking #testing #mocking
  3. static_assertions

    Compile-time assertions to ensure that invariants are met

    v1.1.0 13.4M #assert #testing #static
  4. httpmock

    HTTP mocking library for Rust

    v0.8.2 1.1M #http-mocking #testing #mocking
  5. assert_cmd

    Test CLI Applications

    v2.1.2 2.5M #testing #cli #duct #assert #assert-command
  6. rstest

    Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests.

    v0.26.1 5.1M #testing #fixtures #fixture
  7. serial_test

    Allows for the creation of serialised Rust tests

    v3.3.1 3.8M #testing #sequential #parallel
  8. test-case

    #[test_case(...)] procedural macro attribute for generating parametrized test cases easily

    v3.3.1 2.3M #unit-testing #testing
  9. arbitrary

    The trait for generating structured data from unstructured data

    v1.4.2 4.8M #structured-data #generator #testing
  10. test-log

    A replacement of the #[test] attribute that initializes logging and/or tracing infrastructure before running tests

    v0.2.19 2.4M #logging-tracing #testing #env-logger #api-bindings #logging
  11. assert_fs

    Filesystem fixtures and assertions for testing

    v1.1.3 595K #filesystem #assert #testing
  12. axum-test

    For spinning up and testing Axum servers

    v18.6.0 358K #testing #axum
  13. assert2

    assert!(...) and check!(...) macros inspired by Catch2, now with diffs!

    v0.3.17-beta2 116K #assert #testing #test
  14. mockall

    A powerful mock object library for Rust

    v0.14.0 5.0M #testing #mocking
  15. expect-test

    Minimalistic snapshot testing library

    v1.5.1 1.6M #snapshot-testing #expect #testing
  16. cucumber

    testing framework for Rust, with async support. Fully native, no external test runners or dependencies.

    v0.22.1 1.0M #testing #bdd #async #atdd
  17. serde_test

    Token De/Serializer for testing De/Serialize implementations

    v1.0.177 1.8M #serialization #testing #dev-dependencies #serde
  18. cargo-hack

    Cargo subcommand to provide various options useful for testing and continuous integration

    v0.6.41 32K #cargo-subcommand #continuous-integration #cargo-testing #testing
  19. assert-json-diff

    Easily compare two JSON values and get great output

    v2.0.2 4.1M #json #serde-json #testing
  20. snapbox

    Snapshot testing toolbox

    v0.6.24 273K #cli #testing #assert #assert-command
  21. cargo-llvm-cov

    Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage)

    v0.8.2 317K #cargo-subcommand #testing
  22. libtest-mimic

    Write your own test harness that looks and behaves like the built-in test harness used by rustc --test

    v0.8.1 1.6M #test-framework #test-harness #built-in #libtest #testing
  23. ntest

    Testing framework for rust which enhances the built-in library with some useful features

    v0.9.5 175K #unit-testing #testing
  24. turmoil

    Simulation testing framework for distributed systems

    v0.7.1 1.0M #test-framework #testing #deterministic
  25. rusty-fork

    Cross-platform library for running Rust tests in sub-processes using a fork-like interface

    v0.3.1 4.7M #fork-process #sub-processes #testing #fork
  26. cargo-tarpaulin

    determine code coverage achieved via tests

    v0.35.1 67K #cargo-subcommand #testing
  27. httptest

    HTTP testing facilities including a mock server

    v0.16.4 201K #testing #testing-http #mocking #testing-mocking
  28. more-asserts

    Small library providing additional assert_* and debug_assert_* macros

    v0.3.1 560K #debug-assertions #assertions #assert #testing
  29. assertables

    assert macros for better testing, debugging, quality assurance, and runtime reliability

    v9.8.4 55K #testing #macro #assertable #assert #assertions
  30. bolero

    fuzz and property testing front-end

    v0.13.4 245K #property-testing #quickcheck-testing #testing-fuzzing #quickcheck #testing
  31. rexpect

    Interact with unix processes/bash the same way as pexpect or Don libes expect does

    v0.6.3 64K #automation #pexpect #pty #testing #expect
  32. testresult

    type for concise and precise test failures

    v0.4.1 43K #testing #error-handling #testing-error
  33. speculoos

    Fluent test assertions

    v0.13.0 9.6K #fluent-assertions #fluent #assert #assertions #testing
  34. cov-mark

    Manual coverage marks

    v2.2.0 129K #test-coverage #testing #coverage
  35. pact_consumer

    Pact-Rust module that provides support for writing consumer pact tests

    v1.4.2 2.9K #testing #pact #cdc
  36. claims

    Additional assertion macros for testing

    v0.8.0 117K #testing-macro #assertions #no-alloc #testing
  37. pact_matching

    Pact-Rust support library that implements request and response matching logic

    v2.0.2 4.6K #request-response-matching #pact #cdc #testing
  38. goldenfile

    testing library

    v1.9.1 41K #goldenfile-testing #testing #test
  39. tokio-test

    Testing utilities for Tokio- and futures-based code

    v0.4.5 3.2M #testing #tokio-utilities #async #future
  40. cool_asserts

    A collection of useful testing assertions and utilities

    v2.0.4 136K #testing #assertions #pattern-matching-assertions #utilities
  41. faux

    mock structs

    v0.1.13 15K #testing #testing-mocking #mocking
  42. parameterized

    Procedural macro which brings a compact parameterized testing implementation to Rust (inspired by JUnit @ParameterizedTest)

    v2.1.0 1.0M #junit #parametrized #testing
  43. ui_test

    A test framework for testing rustc diagnostics output

    v0.30.4 77K #test-framework #testing #compiler-error #testing-output #error-diagnostics #compiler-diagnostics #testing-error #emit #cargo-testing #output-file
  44. aws-smithy-mocks

    Testing utilities for smithy-rs generated clients

    v0.2.3 29K #testing #aws-sdk #mocking #rules #generated #interceptor
  45. trybuild2

    Test harness for ui tests of compiler diagnostics (with support for inline tests)

    v1.3.0 2.6K #test-harness #compiler-diagnostics #dev-dependencies #testing
  46. mock_instant

    way to mock an std::time::Instant

    v0.6.0 725K #time-instant #mocking #testing #instant
  47. pact_mock_server

    Pact-Rust support library that implements in process mock server

    v2.2.1 4.1K #testing #mock-server #pact #cdc
  48. futures-test

    Common utilities for testing components built off futures-rs

    v0.3.31 838K #testing #testing-component #built #future #off
  49. cargo-no-dev-deps

    Cargo subcommand for running cargo without dev-dependencies

    v0.2.20 #cargo-subcommand #testing
  50. cross

    Zero setup cross compilation and cross testing

    v0.2.5 83K #cross-compilation #cross-testing #compilation #testing #tool-testing
  51. dinghy-build

    Cross-compilation made easier - helpers for build.rs scripts

    v0.8.4 22K #android #testing #ios #mobile
  52. dinghy-test

    Cross-compilation made easier - see main crate cargo-dinghy

    v0.8.4 25K #ios #testing #android #cargo-testing #mobile
  53. expectrl

    automating terminal applications in Unix like Don libes expect

    v0.8.0 14K #pty #automation #terminal #testing #expect #testing-automation
  54. mutatis

    mutatis is a library for writing custom, structure-aware test-case mutators for fuzzers in Rust

    v0.3.2 46K #fuzzer #mutation-testing #testing #arbitrary
  55. test-casing

    Parameterized test cases and test decorators

    v0.2.0-beta.1 1.4K #parameterized-tests #test-cases #decorator #testing #parameterized
  56. comparable

    comparing data structures in Rust, oriented toward testing

    v0.5.6 12K #data-structures #testing
  57. all_asserts

    multiple types of asserts that don't exist in the standard library

    v2.3.3 12K #assert #testing #compare
  58. unimock

    A versatile and developer-friendly trait mocking library

    v0.6.8 6.8K #testing #testing-mocking #mocking
  59. quicktest

    Quick Test CLI: A Cross-Platform for Automated Testing in Competitive Programming

    v1.0.10 #stress-testing #cli #cp-tool #testing #testing-tools
  60. tor-rtmock

    Testing mock support for tor-rtcomapt

    v0.39.0 11K #testing #tor #async #tor-arti
  61. gix-testtools

    Shared code for gitoxide crates to facilitate testing

    v0.18.0 6.1K #gitoxide #gix #version-control #testing #facilitate #developer-experience
  62. file_test_runner

    File-based test runner for running tests found in files

    v0.12.1 10K #test-runner #test-files #testing #file-format #collect
  63. cargo-minimal-versions

    Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions

    v0.1.35 1.2K #cargo-subcommand #testing #testing-cargo
  64. swc

    Speedy web compiler

    v54.0.0 20K #babel #typescript #javascript #testing #string #typescript-compiler
  65. trybuild-internals-api

    A fork of trybuild with the internals exposed as a public API

    v1.0.114 3.4K #test-harness #dev-dependencies #testing
  66. embedded-test

    A test harness and runner for embedded devices

    v0.7.0 17K #test-framework #embedded #test-runner #testing
  67. cargo-all-features

    A Cargo subcommand to build and test all feature flag combinations

    v1.12.0 3.6K #cargo-subcommand #feature-flags #combination #testing #build-and-test #test-cargo
  68. expectorate

    comparing output to file contents with simple updating

    v1.2.0 34K #file-content #testing #fixture
  69. google-testing1

    A complete library to interact with testing (protocol v1)

    v7.0.0+20251217 #google-api #api-testing #web-testing #testing #protocols
  70. roqoqo-test

    Testing helper functions for roqoqo toolkit

    v1.21.0 5.2K #quantum-circuit #testing #roqoqo #toolkit #python-interface
  71. hitt

    Command line HTTP testing tool focused on speed and simplicity

    v0.0.21 900 #server-sent-events #testing-http #testing
  72. minimizer

    Minimize files to find minimal test case

    v2.0.4 280 #test-cases #find #minimize #testing #run-command #modes
  73. tracey

    CLI tool to measure spec coverage in Rust codebases

    v1.0.0 #specification #traceability #testing #coverage #documentation
  74. trycmd

    Snapshot testing for a herd of CLI tests

    v0.15.11 149K #cli #testing #duct #assert #assert-command
  75. cargo-dinghy

    Cross-compilation made easier

    v0.8.4 480 #testing #android #ios #cargo-testing #mobile
  76. jikken

    CLI tool for automated API testing. It utilizes JKT files (Jikken Test Definitions) to execute jobs for testing REST APIs. It has first-class support on Windows, macOS, and Linux. Visit jikken.io for more info

    v0.8.2 750 #api-testing #testing #tool
  77. test-in-docker

    CLI tool to test your code in specific environments using Docker

    v1.3.1 240 #docker #testing #virtualization #tool #environment
  78. gherkin

    Pure Rust implementation of Gherkin language (.feature file) for Cucumber testing framework

    v0.15.0 621K #cucumber #bdd #testing #cucumber-gherkin
  79. clitest

    CLI/test: A literate CLI testing tool

    v0.2.6 #testing #cli #testing-tools #literate #v0
  80. test-strategy

    Procedural macro to easily write higher-order strategies in proptest

    v0.4.4 118K #proptest #testing #macro
  81. rfs_tester

    package allows you to create a temporary directory for testing purposes. You can use it to perform tests related to file operations. After the tests are finished, the temporary directory will be deleted automatically

    v1.2.0 #temp-dir #test-files #testing #sandbox
  82. raz-cli

    Universal command runner for Rust - Run any Rust file from anywhere with cursor-aware test targeting and override persistence

    v0.2.4 450 #testing #cargo-testing #rust #cli-runner
  83. axotly

    A fast, reliable, and expressive API testing tool designed for developer happiness

    v0.1.6 #testing-http #dsl #testing #http-cli #api-testing
  84. memory-db

    In-memory implementation of hash-db, useful for tests

    v0.34.0 239K #hash-db #rc #testing #memory-based #trie
  85. google-testing1-cli

    A complete library to interact with testing (protocol v1)

    v7.0.0+20251217 #google-api #cli #google #testing
  86. test-with

    A lib help you run test with condition

    v0.15.7 62K #testing #condition #ignore #toggle
  87. goldentests

    A golden file testing library where tests can be configured within the same test file

    v1.4.1 440 #golden #testing
  88. antithesis_sdk

    Rust SDK for the Antithesis autonomous software testing platform

    v0.2.7 92K #testing-platform #antithesis #testing #testing-fuzzing #quality
  89. goldie

    golden file testing

    v0.6.0 7.9K #golden #testing #file
  90. ra_ap_test_utils

    Assorted testing utilities for rust-analyzer

    v0.0.318 7.2K #rust-analyzer #language-server #testing #editor #manual #language-server-protocol
  91. cargo-mutants

    Inject bugs and see if your tests catch them

    v26.1.0 7.1K #mutation-testing #testing #testing-cargo
  92. pact_verifier

    Pact-Rust support library that implements provider verification functions

    v1.3.3 2.3K #pact #cdc #testing
  93. odra-vm

    Odra Virtual Machine for testing and development

    v2.5.0 #vm #odra #testing #tutorial
  94. assertr

    Fluent assertions for the Rust programming language

    v0.4.3 #assert #testing #assertions #assert-that
  95. cargo-ensure-no-default-features

    Ensures a workspace's Cargo.toml file always uses default-features = false for all dependencies

    v1.0.0 2.6K #automation #ci #testing #testing-automation
  96. clawspec-core

    Core library for generating OpenAPI specifications from tests

    v0.4.2 #specification #testing #openapi
  97. mock-collector

    Mock OpenTelemetry OTLP collector server for testing

    v0.2.8 3.0K #open-telemetry #testing #observability #otlp #mocking #testing-mocking
  98. deepmesa-collections

    A collection of data structures and algorithms designed for performance

    v0.14.0 500 #iterator #collection #testing #data-structures #bit #algorithm-performance #performance-data
  99. cargodisttest

    💬 a CLI for learning to distribute CLIs in rust

    v0.20.5 1.4K #learning #cli #cli-for-learning #distribute #testing
  100. gba_test

    Testing framework for the Game Boy Advance

    v0.5.0 #test-framework #testing #no-alloc #framework-development
  101. diskann

    fast approximate nearest neighbor search library for high dimensional data

    v0.41.0 #nearest-neighbors-search #approximate-nearest-neighbor #cache #testing #arguments #macro-derive #forms #diagnostics #test-path #encouraged
  102. wasmcloud-test-util

    testing wasmCloud hosts, providers, and components

    v0.19.0 #wasmcloud #testing #test-utilities #provider #host-port #nats #stopping #test-containers
  103. iprange

    manage IP ranges

    v0.6.7 169K #ip-address #intersect #exclude #merge #testing #set-operations #range-set
  104. pact-stub-server

    Standalone pact stub server

    v0.7.0 #pact #cdc #testing
  105. pact_ffi

    Pact interface for foreign languages

    v0.5.2 #testing #mock-server #ffi #pact #cdc
  106. elizacp

    Classic Eliza chatbot as an ACP agent for testing

    v11.0.0 #acp #agent #testing #eliza
  107. tree-fs

    convenient way to create a tree of files

    v0.3.1 6.1K #filesystem #assert #testing #directory
  108. mockforge-mqtt

    MQTT protocol support for MockForge

    v0.3.31 #testing-mocking #testing #iot #mocking #mqtt
  109. scrut

    powerful test framework for CLI applications

    v0.4.3 2.2K #test-framework #testing #cli
  110. jugar-probar

    Probar: Rust-native testing framework for WASM games

    v1.0.2 2.9K #e2e #browser #wasm #testing #games
  111. quixote

    Quizzes and tests in Markdown

    v0.7.4 #quiz #quizzes #testing #markdown #grade
  112. aws-sdk-devicefarm

    AWS SDK for AWS Device Farm

    v1.97.0 #aws-devices-farm #test-grid #aws-sdk #testing #web-testing
  113. tracing-mock

    testing tracing and crates that uses it

    v0.1.0-beta.3 74K #testing #mocking #tracing
  114. playwright-rs

    Rust bindings for Microsoft Playwright

    v0.8.3 #browser-automation #e2e #e2e-testing #testing #automation
  115. intspan

    Command line tools for IntSpan related bioinformatics operations

    v0.8.7 3.5K #testing #spanr #bioinformatics #int-spans #range
  116. mry

    but powerful mocking library that supports struct, trait, and function

    v0.14.0 350 #mocking #testing #testing-mocking
  117. prop-check-rs

    A Property-based testing Library in Rust

    v0.0.983 100 #random #property-testing #testing
  118. equator

    Composable assertion library

    v0.6.0 2.7M #assert #assertions #testing
  119. tonic-mock

    Test utilities for easy mocking tonic streaming interface

    v0.4.0 11K #testing #grpc-client #tonic
  120. pact_models

    Pact-Rust support library that provides the core models for dealing with Pact files

    v1.3.7 3.1K #pact #cdc #testing
  121. quickcheck

    Automatic property based testing with shrinking

    v1.0.3 1.2M #property-testing #fuzzing #quickcheck-testing #shrinking #testing
  122. serde_assert

    Testing library for serde Serialize and Deserialize implementations

    v0.8.0 72K #serialization #testing #serde #deserialize
  123. expect-json

    For comparisons on JSON data

    v1.9.0 188K #serde-json #testing #json
  124. artemis-cli

    A CLI tool to interact with Artemis exercises

    v0.0.8 650 #command-line-tool #exercise #interact #testing
  125. runtime-macros

    Simulate expansion of procedural macros at run time

    v1.1.1 4.0K #proc-macro #testing #code-coverage
  126. testtrim

    Intelligently select automated tests to run via code coverage analysis

    v0.14.7 #test-runner #code-coverage #testing #automated-tests #network-policy #git #database #postgresql #coverage-analysis #git-repository
  127. bolero-generator

    value generator for testing and fuzzing

    v0.13.5 178K #property-testing #testing-fuzzing #quickcheck-testing #quickcheck #testing
  128. yamlbase

    A lightweight SQL server that serves YAML-defined tables over standard SQL protocols

    v0.7.2 1.6K #database #sql #database-testing #testing
  129. limmat

    run continuous tests locally on Git revision ranges

    v0.2.8 #automated-tests #testing #git
  130. erbium

    Network services for small/home networks

    v1.0.6 950 #network-services #services-for-home #networking #service #testing #dns #dhcp
  131. testutils

    Offers a range of utility functions, macros, and tools, such as simple_benchmark() and dbg_ref!(), os_cmd::Runner, designed for testing purposes

    v0.0.6 #cargo-subcommand #testing #utilities
  132. mutants

    Decorator attributes to be used with cargo-mutants

    v0.0.4 67K #cargo-subcommand #attributes #mutating #testing #decorator #mutation-testing
  133. rust-criu

    Rust bindings for CRIU

    v0.5.0 2.7K #bindings #protobuf-rpc #testing
  134. nwr

    nwr is a command line tool for newick and taxonomy

    v0.8.5 2.0K #newick #taxonomy #command-line-tool #testing #assembly #ncbi #bioinformatics #phylogenetic-tree
  135. llvm-cov-pretty

    More beautiful HTML reports for llvm-cov/cargo-llvm-cov

    v0.1.10 270 #llvm-cov-reporting #llvm-cov #testing #reporting
  136. aws-smithy-protocol-test

    A collection of library functions to validate HTTP requests against Smithy protocol tests

    v0.63.11 140K #aws-sdk #validation #testing #protocols #compare #query-string #serialization #xml #nan
  137. checkito

    A safe, efficient and simple QuickCheck-inspired library to generate shrinkable random data mainly oriented towards generative/property/exploratory testing

    v3.2.5 #quickcheck-testing #fuzzing #property-testing #quickcheck #testing #hypothesis
  138. tinyrick

    a freeform Rust build system

    v0.0.24 280 #build-system #freeform #task #testing #fits
  139. avr-tester

    Framework for testing AVR binaries

    v0.6.2 #test-framework #avr #simavr #testing #micro-controllers
  140. assert-struct

    A procedural macro for ergonomic structural assertions in tests

    v0.2.0 250 #testing #assert #struct #test-struct
  141. beancount-parser-lima

    A zero-copy parser for Beancount

    v0.14.2 #zero-copy-parser #beancount-parser #file-format #testing #error-message
  142. mockforge-amqp

    AMQP protocol support for MockForge

    v0.3.31 #mocking #websocket #grpc #testing #testing-mocking #api-mocking
  143. httprunner

    HTTP File Runner - CLI tool for executing HTTP requests from .http files

    v0.7.46 #testing-http #rest #http-cli #testing
  144. teremock

    Fast integration testing library for teloxide Telegram bots

    v0.5.5 #testing #mocking #teloxide #testing-mocking #telegram
  145. avr-simulator

    Oxidized interface for simavr

    v0.6.2 #test-framework #avr #simavr #testing #micro-controllers
  146. postgres-openssl

    TLS support for tokio-postgres via openssl

    v0.5.2 119K #openssl #postgresql #testing #postgresql-client #native #test-suite
  147. dmntk-test-runner

    DMNTK | Test runner

    v0.3.8 #test-runner #dmntk #testing
  148. egui_kittest

    Testing library for egui based on kittest and AccessKit

    v0.33.3 18K #access-kit #egui #testing
  149. narrative

    An immensely simple library for story-driven development

    v0.12.2 #testing #bdd #atdd #story-driven
  150. mockforge-ftp

    FTP protocol support for MockForge

    v0.3.31 #testing #file-transfer #ftp #mocking
  151. lorikeet

    a parallel test runner for devops

    v0.16.0 #test-framework #test-runner #devops #regex #testing #yaml-config #parallel-testing #integration-tests #jmespath #forms
  152. red-green-refactor

    project to demonstrate the red-green-refactor cycle in TDD

    v0.1.3 170 #testing #gemini #json-patch #llm #open-ai-compatible #tdd #gemini-api #deepseek #tester #git-commit
  153. signet-libmdbx

    Idiomatic and safe MDBX wrapper

    v0.8.1 #mdbx #libmdbx #lifetime #testing #lmdb-rs
  154. cargo-archtest-cli

    CLI of arch_test_core for rule based architecture tests

    v0.1.15 #cargo-subcommand #architecture #testing
  155. minlz

    S2 compression format - compatible with klauspost/compress/s2

    v0.1.3 #compression #s2 #testing #stream #compatibility #concurrency #crc32 #property-testing #fuzzing
  156. ws-mock

    A websocket mock server for testing, inspired by Wiremock

    v0.4.0 3.6K #testing #websocket #mocking #tokio
  157. zk-mutant

    Mutation testing for Noir circuits

    v0.1.1 #mutation-testing #noir #testing #security #zk
  158. test-temp-dir

    Temporary directories for use in tests

    v0.6.2 1.6K #testing #filesystem #fs
  159. mocked

    Your friendly HTTP mock response server

    v0.4.0 350 #http-mocking-server #testing #http-response-mocking #http-server #condition #cors #path-param #query-parameters
  160. aws-sdk-apptest

    AWS SDK for AWS Mainframe Modernization Application Testing

    v1.57.0 #aws-sdk #testing #mainframe #automated-tests #functional-testing
  161. cargo-advrunner

    An advanced configurable cargo runner

    v0.3.1 180 #cargo-runner #test-runner #configuring #testing #command #config-file
  162. postgres-native-tls

    TLS support for tokio-postgres via native-tls

    v0.5.2 134K #native-tls #postgresql #testing #postgresql-client
  163. monkey_test

    A property based testing (PBT) tool like QuickCheck, ScalaCheck and similar libraries, for the Rust programming language

    v0.9.2 #quickcheck-testing #property-testing #quickcheck #shrinking #testing #hypothesis
  164. env-lock

    Set and lock environment variables for tests

    v1.0.2 11K #env-vars #locking #testing #mutable-state #forms #prevent
  165. ron2json

    Convert ron files to json, yaml, or toml or vice versa

    v1.0.0 #ron #convert #testing #vice #versa #r2 #serde-json
  166. pytest-language-server

    A blazingly fast Language Server Protocol implementation for pytest

    v0.17.1 #pytest #lsp #language-server #testing
  167. blendwerk

    A file-based mock HTTP/HTTPS server that maps directory structures to API endpoints

    v1.1.0 #http-mocking #testing #mocking #testing-mocking #server-api #api-mocking
  168. cargo-subunit

    Cargo extension to run tests and output results in subunit format

    v0.1.1 #cargo-subcommand #testing #run-testing #format #output #test-cargo #testing-output #test-files
  169. qlean

    A system-level isolation testing library based on QEMU/KVM

    v0.2.2 110 #kvm #testing #isolation #qemu #virtualization
  170. fault-injection

    fault injection, concurrency delay injection, and error source annotation

    v1.0.10 9.2K #testing #crash #reliability #injection #fault
  171. lets_expect_assertions

    lets_expect assertions. This crate is internal to the lets_expect crate and should not be used directly.

    v0.5.2 #assertions #testing #lets-expect #equals #panic
  172. cargo-msrv-prep

    Cargo subcommand useful to prepare for determining/verifying a crate's MSRV

    v2.1.1 2.1K #cargo-subcommand #testing #cli #cargo-cli
  173. shex_testsuite

    RDF data shapes implementation in Rust

    v0.1.146 #rdf-data-shapes #schema-validation #test-suite #shex #testing
  174. assert_tv

    De-randomized detereministic tests with test-vectors

    v0.6.5 #test-vectors #test-helpers #macro #testing
  175. teloxide_tests

    Test suite for teloxide bots

    v0.4.0 #unit-testing #teloxide #telegram #testing
  176. ruchyruchy

    JIT Compiler + Advanced Debugging Tools - Cranelift-based JIT with mixed-mode execution, eBPF syscall tracing, statistical profiling, 10 quality tools, automated bug detection, 95%+ detection rate…

    v1.23.0 1.5K #bug-discovery #static-analysis #testing #github #quality #quality-analysis
  177. pta-generator

    Test data generator for PTA applications

    v25.5.1 200 #plain-text-accounting #testing #accounting
  178. proptest-derive

    Custom-derive for the Arbitrary trait of proptest

    v0.7.0 692K #quickcheck-testing #quickcheck #arbitrary #testing
  179. viewpoint-core

    High-level browser automation API for Viewpoint

    v0.4.2 #browser-automation #testing #playwright #chromium
  180. pact-plugin-driver

    Pact support library that provides an interface for interacting with Pact plugins

    v0.7.5 3.7K #pact-plugin #pact #testing #cdc
  181. proto_pdk_test_utils

    testing proto WASM plugins

    v0.43.4 1.0K #wasm-plugin #version-manager #multi-language #testing #proto #deno #bun #wasm-testing
  182. reord

    Run your tests multi-threaded, but in a reproducible way

    v0.2.4 750 #testing #utility #testing-fuzzing #async
  183. mabi-chaos

    Mabinogion - Chaos engineering module for fault injection and resilience testing

    v1.1.2 #fault-injection #chaos-engineering #testing #simulation #resilience
  184. inline-c

    Write and execute C code inside Rust

    v0.1.8 3.3K #cpp #testing #c
  185. libtest-with

    A slightly customized version of libtest-mimic, such that it can be easier create a test runner for test-with

    v0.8.1-13 800 #test-framework #built-in #libtest #test-harness #testing
  186. test_bin

    getting the crate binary in an integration test

    v0.5.0 9.8K #integration-tests #binary #testing #command-line-interface
  187. tooltest

    CLI conformance testing for MCP servers

    v0.3.0 #mcp-server #testing #testing-server #conformance #corpus #json-output #state-machine #exit-code #repeatable
  188. libR-sys

    Low level bindings to the R programming language

    v0.7.1 6.1K #libr-sys #low-level-interface #settings #bindings #ffi #testing
  189. mockforge-analytics

    Traffic analytics and metrics dashboard for MockForge

    v0.3.31 #testing #grpc #api-mocking #websocket #testing-mocking #mocking #api-testing
  190. prek-rust-echo

    cli that echoes its arguments for prek testing

    v0.1.1 2.4K #cli #testing #arguments #prek
  191. nanvm

    NaN VM

    v0.1.1 500 #vm #nan #testing #sample #module #esm #notes #cache #common-js
  192. dhcpm

    A cli for mocking DHCP messages and running rhai scripts to test DHCP servers. Aims to support v4 & v6, thought v6 is as of yet unfinished.

    v0.2.5 230 #testing #dhcp #dhcpv4 #dhcpv6
  193. mockforge-kafka

    Kafka protocol support for MockForge

    v0.3.31 #kafka #testing #mocking #event-streaming
  194. viewpoint-cdp

    Low-level Chrome DevTools Protocol implementation over WebSocket

    v0.4.2 #chromium #browser-automation #testing #playwright
  195. fixtures

    Run tests against fixtures

    v2.5.0 110 #glob-pattern #testing #directory #proc-macro #watch #run-testing
  196. sic_testing

    Commonly used testing operations for the 'imagineer' image cli project

    v0.23.0 750 #sic #convert-images #image-cli #operation #testing #image-diff #blur #crop #draw-text #glob
  197. testscript-rs

    testing command-line tools using filesystem-based script files

    v0.2.10 #testing #cli #integration-tests
  198. polytest

    A low-friction language-agnostic tool for keeping tests in sync across teams and implementations

    v0.7.0 230 #testing #validation #team #language-agnostic #across #test-framework #typescript
  199. freenet-test-network

    Reliable test network infrastructure for Freenet

    v0.1.22 290 #p2p #freenet #testing
  200. cargo-insta

    A review tool for the insta snapshot testing library for Rust

    v1.46.3 51K #snapshot-testing #jest #testing
  201. rspack_macros_test

    rspack macros test

    v0.4.12-alpha.0 550 #rspack #javascript-bundler #testing #webpack #rspack-bundler #rstack
  202. news-flash

    Base library for a modern feed reader

    v3.0.0 #feed-reader #modern-feed-reader #testing #base
  203. alfrusco

    building Alfred workflows with Rust

    v0.3.0 #alfred #alfred-workflow #testing #background-jobs #rich-text #clipboard #re-run #logging #mocking #cache-directory
  204. mabi-scenario

    Mabinogion - Scenario engine for time-based simulation orchestration

    v1.1.2 #industrial #orchestration #simulation #testing
  205. rcp-tools-filegen

    Test fileset generator - creates sample directory structures and files for testing file operations

    v0.27.0 #generator #testing #benchmark #cli #file-generator
  206. isotarp

    Identify which tests provide code coverage of which lines, uniquness, and redundancy

    v0.1.12 800 #testing #tarpaulin
  207. rjest-cli

    Jest-compatible CLI that communicates with jestd daemon

    v0.1.0 #jest #daemon #testing #json-output #render #test-runner #typescript #re-run #ai-agents #npm
  208. polygons

    Fast points-in-polygon test and distances to polygons

    v0.3.5 600 #polygon #distance #points-in-polygon #testing #vertices
  209. jgd-rs

    generating realistic JSON data using declarative schema definitions

    v0.2.1 140 #json-schema #fake-data #json-generator #testing #json
  210. import_map

    WICG Import Maps specification

    v0.25.0 15K #import-maps #specification #testing #deno
  211. styx-lsp-test-schema

    Schema types for LSP extension test files

    v1.0.1 #schema #lsp #testing #extension #lsp-extensions #styx
  212. quint-connect

    A model-based testing framework that connects Quint specifications with Rust applications

    v0.1.1 #model-based-testing #quint #testing #formal-methods #verification
  213. syster-lsp

    Language Server Protocol implementation for SysML v2

    v0.2.1-alpha #language-server-protocol #sys-ml #testing #diagram #documentation #find-reference #lsp #syntax-highlighting
  214. bolero-generator-hydro

    value generator for testing and fuzzing (forked for the hydro_lang crate)

    v0.13.6 3.5K #quickcheck-testing #property-testing #fuzzing #quickcheck #testing
  215. surrealkit

    Manage migrations, seeding and tests for your SurrealDB via CLI

    v0.1.8 #surrealdb #migration #manage #testing #seed
  216. libafl_targets

    Common code for target instrumentation that can be used combined with LibAFL

    v0.15.4 550 #libafl #fuzzer #testing-fuzzing #testing
  217. http-test-server

    Programatically create resources and pre-defined responses for tests

    v2.1.1 750 #http-mocking #test-server #testing #stream #mocking-server #mocking
  218. mockforge-data

    Data generator for MockForge - faker + RAG synthetic data engine

    v0.3.31 200 #faker #data-generation #testing #synthetic-data #mocking #testing-mocking #synthetic-data-generation
  219. rustenium

    A modern, high-performance WebDriver BiDi automation library for Rust

    v0.1.2 #web-driver #testing #selenium #browser-automation #api-bindings #automation
  220. clnrm

    Cleanroom Testing Framework - CLI tool

    v1.3.0 1.4K #testing #container #hermetic
  221. claudeless

    Claude CLI simulator for integration testing

    v0.2.0 #simulation #claude #integration-tests #testing #simulator
  222. apimock

    A developer-friendly, featherlight and functional HTTP(S) mock server built in Rust

    v4.5.8 #http-mocking #testing #testing-mocking #api-mocking #mocking #testing-http
  223. wd_tools

    tools for rust

    v0.14.15 #testing #list #extension #encode #failed
  224. swc_ecma_testing

    Testing utilities for ecmascript

    v19.0.0 33K #swc #testing #typescript-compiler #babel #javascript #javascript-parser
  225. Try searching with DuckDuckGo.

  226. lets_expect

    Clean tests for Rust

    v0.5.2 #testing #clean #expect #assertions #post-title #mutable-reference
  227. bolero-hydro

    fuzz and property testing front-end (forked for the hydro_lang crate)

    v0.13.5 4.4K #property-testing #quickcheck-testing #quickcheck #testing-fuzzing #testing
  228. rustloc

    CLI tool for counting lines of code in Rust projects with test/code separation

    v0.8.0 #rust-projects #glob-pattern #testing #tool-for-counting #separation #command-line-tool #exclude #breakdown #current-directory #json-format
  229. llmsim

    LLM Traffic Simulator - A lightweight, high-performance LLM API simulator

    v0.2.0 4.5K #openai #testing #llm #simulation #mocking
  230. mockforge-collab

    Cloud collaboration features for MockForge - team workspaces, real-time sync, and version control

    v0.3.31 #api-mocking #testing #websocket #grpc #testing-mocking #mocking
  231. tracing-capture

    Capturing tracing spans and events, e.g. for testing

    v0.2.0-beta.1 9.1K #assertions #testing #tracing #predicate
  232. viewpoint-test

    Test framework for Viewpoint browser automation with Playwright-style assertions

    v0.4.2 #browser-automation #chromium #testing #playwright
  233. frunk_laws

    contains laws for algebras declared in Frunk

    v0.5.3 2.2K #frunk #laws #algebra #testing
  234. test_executors

    async executors for testing

    v0.4.1 #async-executor #async-await #testing #async
  235. fluent-test

    A fluent, Jest-like testing library for Rust

    v0.4.3 440 #fluent-assertions #jest #fluent #assertions #testing
  236. static_assertions_next

    Compile-time assertions to ensure that invariants are met

    v1.1.2 1.0M #static-assertions #testing #assert #static
  237. bolero-afl

    afl plugin for bolero

    v0.13.0 183K #testing-fuzzing #property-testing #bolero #testing
  238. adk-eval

    Agent evaluation framework for ADK-Rust

    v0.2.1 #llm #testing #evaluation #ai-agent
  239. bolero-honggfuzz

    honggfuzz plugin for bolero

    v0.13.0 182K #property-testing #testing-fuzzing #bolero #testing
  240. bolero-engine

    fuzz and property testing framework

    v0.13.4 217K #property-testing #quickcheck-testing #testing-fuzzing #quickcheck #testing
  241. verificar

    Synthetic Data Factory for Domain-Specific Code Intelligence

    v0.5.0 500 #transpiler #synthetic-data #verification #testing
  242. rust_test_core

    Core logic for rust_test_framework

    v0.1.3-alpha.2 #test-framework #testing #ddt
  243. test-assembler

    A set of types for building complex binary streams

    v0.1.6 2.2K #endianness #testing #binary-stream #section #endian #structured-data #set-of-types
  244. bevy_debug_log

    Allows viewing tracing debug log output inside the bevy app using vanilla bevy_ui

    v0.8.1 #logging-tracing #bevy #testing #logging
  245. rwkv-tokenizer

    A fast RWKV Tokenizer

    v0.9.1 900 #rwkv #tokenize #model #testing #world
  246. fuzzcheck

    A modular, structure-aware, and feedback-driven fuzzing engine for Rust functions

    v0.13.0 850 #fuzzing #property-testing #fuzzer #testing