Decision Workspace
bare-test vs simple_test_case vs test-case
Side-by-side comparison of Rust crates
65
bare-test
growingv0.8.2
A test framework for bare metal.
55
simple_test_case
growingv1.3.0
A bare bones attribute macro for writing parameterised tests
66
test-case
growingv3.3.1
Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily
Core Metrics
| bare-test | simple_test_case | test-case | |
|---|---|---|---|
| Health Score | 65 | 55 | 66 |
| Total Downloads | 17.5K | 94.6K | 42.7M |
| 30d Downloads | 402 | 5.2K | 3.9M |
| Dependents | 71 | 51 | 16.8K |
| Releases | 22 | 4 | 29 |
| Last Updated | 17d ago | 323d ago | 861d ago |
| Age | 1y 4m | 4y 1m | 6y 6m |
Health Breakdown
bare-test
Maintenance
18
Quality
16
Community
16
Popularity
5
Documentation
10
simple_test_case
Maintenance
6
Quality
19
Community
11
Popularity
6
Documentation
13
test-case
Maintenance
6
Quality
20
Community
17
Popularity
8
Documentation
15
Technical Details
| bare-test | simple_test_case | test-case | |
|---|---|---|---|
| Version | 0.8.2 | 1.3.0 | 3.3.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MPL-2.0 | MIT | MIT |
| Dependencies | 6 | 5 | 5 |
| Crate Size | 15KB | 11KB | 9KB |
| Features | 2 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | — | 1.63 |
| Owners | 2 (team) | 1 | 2 |
Links
Quick Verdict
- •test-case leads with a health score of 66/100, but none of the options score above 80.
- •test-case is depended on by 16.8K crates — strongest ecosystem trust.
- •⚠ test-case has not been updated in over a year.
- •bare-test is pre-1.0 — API may change.