Fixture-based test framework for Rust by la10736
Fixture-based test framework for Rust
About Fixture-based test framework for Rust
From the project's README at github.com/la10736/rstest. Lightly cleaned for readability; for the full source see the upstream repo.
[![Crate][crate-image]][crate-link] [![Docs][docs-image]][docs-link] [![Status][test-action-image]][test-action-link] [![Apache 2.0 Licensed][license-apache-image]][license-apache-link] [![MIT Licensed][license-mit-image]][license-mit-link] Introduction
uses procedural macros to help you on writing fixtures and table-based tests. To use it, add the following lines to your file: Features : for tests (Default enabled) : Import package with different name (Default enabled) Fixture
The core idea is that you can inject your test dependencies by passing them as test arguments. In the following example, a is defined and then used in two tests, simply providing it as an argument: Parametrize
You can also inject values in some other ways. For instance, you can create a set of tests by simply providing the injected values for each case: will generate an independent test for each case.
Health score breakdown
6-dimension composite. See methodology for formula and weights.
Adoption signals
Real-world usage data, pulled from each registry. The bigger the numbers, the more battle-tested the project.
| Signal | Value | Source |
|---|---|---|
| GitHub stars | 1.6k | github.com/la10736/rstest |
| GitHub forks | 71 | github.com/la10736/rstest |
| CRATES downloads (last month) | 19715k | rstest |
Release & maintenance
Is this project actively maintained, or about to die? Check the recency of last commit and last release.
| Project age | 8.2 years | since Mar 2018 |
| Last commit | 1 months ago | Mar 26, 2026 |
| Releases shipped | 30 | last: 9 months ago |
Self-hosting cost across providers
Detected requirements: 4GB RAM, 40GB disk minimum. Cheapest plan per provider that meets the requirement.
| Provider | Plan | Specs | Monthly | |
|---|---|---|---|---|
| hetzner | CAX11 | 2c · 4GB · 40GB | $4.13 USD | Deploy → |
| vultr | VC2 | 1c · 1GB · 25GB | $5 USD | Deploy → |
| linode | Nanode 1GB | 1c · 1GB · 25GB | $5.12 USD | Deploy → |
| digitalocean | Basic Regular 1GB | 1c · 1GB · 25GB | $6 USD | Deploy → |
What people say on Hacker News
- We measured how much time our team wasted on flaky tests. The numbers were ugly
- Both Codex and Claude got worse this week. Across every plan I retested
- Capture and replay Postgres workload at scale
- Show HN: Agent Orchestrator, a local-first Harness Engineering control plane
- NASA will retest Artemis 2 moon rocket after discovering fueling issues
Ready to self-host Fixture-based test framework for Rust?
Spin up a hetzner CAX11 (4GB RAM, 40GB disk) for $4.13/mo and follow the project's official install docs.
Data last refreshed May 7, 2026.
Similar open-source projects
Projects in our directory that replace the same SaaS or share topics with Fixture-based test framework for Rust.