minitest/minitest
minitest provides a complete suite of testing facilities supporting TDD, BDD, and benchmarking. observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 93
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license no_readme
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6405
- days_rel: n/a
- days_push: 42
- n_releases_24m: 0
Adoption not part of the score
3411 stars · 582 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Minitest is a small, fast, and readable testing suite for Ruby supporting TDD, BDD, spec-style expectations, and benchmarking. It ships as minitest/test, minitest/spec, minitest/benchmark, and minitest/pride with a rich set of assertions.
Use cases
- write unit tests for ruby code
- run tdd workflow in ruby
- bdd-style specs with expectations
- assert algorithm performance with benchmarks
- replace rspec with a lighter test framework
- bootstrap a minimal test suite for a language implementation
When to choose
- you want a fast, dependency-light ruby test framework
- you prefer plain ruby over a testing DSL
- you need both test-unit and spec styles in one gem
- you want to assert performance characteristics of algorithms
When to avoid
- you need rspec's rich matcher DSL and ecosystem
- you need built-in fixtures like database transactional tests
- you want extensive mocking out of the box
Facets
library · maturity stable
testing benchmarking e2e-testing testing developer-tools programming-languages ruby cli tdd bdd unit-testing spec test-framework ruby-gem
2 sources
- homepage: https://docs.seattlerb.org/minitest/ · fetched 2026-08-29 · 35df96227a34
- site_page: https://docs.seattlerb.org/minitest/index.html · fetched 2026-08-29 · 35df96227a34
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| minitest/minitest | main | 74 |
For agents
markdown · JSON · MCP: product_card(name="minitest/minitest")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem