Ross ROSS = Recommend OSS · open-source software intelligence for agents

la10736/rstest

Fixture-based test framework for Rust observed · 2026-08-28

github.com/la10736/rstest · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

63/100

  • Activity 74
  • Release rhythm 28
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 76.5
  • age_days: 3097
  • days_rel: 402
  • days_push: 160
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

1576 stars · 76 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

rstest is a fixture-based test framework for Rust built on procedural macros. It provides dependency injection via fixtures, table-based/parametrized tests, value lists, matrix tests, and async test timeouts.

Use cases

  • inject shared test dependencies as function arguments in Rust tests
  • run the same test against many input cases
  • generate cartesian-product matrix tests
  • reuse parametrized test definitions across multiple tests
  • add timeouts to async Rust tests

When to choose

  • you write Rust tests and want pytest-style fixtures and parametrization
  • you need table-driven tests without boilerplate
  • you want reusable test templates across test functions

When to avoid

  • you prefer plain built-in cargo test with no macros
  • your project avoids proc-macro compile-time dependencies
  • you need a test runner rather than an extension of the built-in one

Facets

library · maturity stable

testing testing developer-tools rust fixtures parametrized-tests procedural-macros async-testing test-framework

2 sources

Member repositories

RepositoryRoleHealth v2
la10736/rstestmain63

For agents

markdown · JSON · MCP: product_card(name="la10736/rstest")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem