Decision Workspace
simple_test_case vs bare-test vs test-case
Side-by-side comparison of Rust crates
55
simple_test_case
growingv1.3.0
A bare bones attribute macro for writing parameterised tests
65
bare-test
growingv0.8.2
A test framework for bare metal.
66
test-case
growingv3.3.1
Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily
Core Metrics
| simple_test_case | bare-test | test-case | |
|---|---|---|---|
| Health Score | 55 | 65 | 66 |
| Total Downloads | 94.6K | 17.5K | 42.7M |
| 30d Downloads | 5.2K | 402 | 3.9M |
| Dependents | 51 | 71 | 16.8K |
| Releases | 4 | 22 | 29 |
| Last Updated | 323d ago | 17d ago | 861d ago |
| Age | 4y 1m | 1y 4m | 6y 6m |
Health Breakdown
simple_test_case
Maintenance
6
Quality
19
Community
11
Popularity
6
Documentation
13
bare-test
Maintenance
18
Quality
16
Community
16
Popularity
5
Documentation
10
test-case
Maintenance
6
Quality
20
Community
17
Popularity
8
Documentation
15
Technical Details
| simple_test_case | bare-test | test-case | |
|---|---|---|---|
| Version | 1.3.0 | 0.8.2 | 3.3.1 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT | MPL-2.0 | MIT |
| Dependencies | 5 | 6 | 5 |
| Crate Size | 11KB | 15KB | 9KB |
| Features | 0 | 2 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | — | 1.63 |
| Owners | 1 | 2 (team) | 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.