Decision Workspace
simple_test_case vs bare-test vs test-case
Side-by-side comparison of Rust crates
54
simple_test_case
growingv1.3.0
A bare bones attribute macro for writing parameterised tests
63
bare-test
growingv0.8.3
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 | 54 | 63 | 66 |
| Total Downloads | 103.9K | 31.8K | 48.5M |
| 30d Downloads | 4.4K | 10.7K | 2.8M |
| Dependents | 53 | 80 | 18.0K |
| Releases | 4 | 23 | 29 |
| Last Updated | 382d ago | 45d ago | 920d ago |
| Age | 4y 3m | 1y 6m | 6y 8m |
Health Breakdown
simple_test_case
Maintenance
5
Quality
19
Community
11
Popularity
6
Documentation
13
bare-test
Maintenance
16
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.3 | 3.3.1 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT | MPL-2.0 | MIT |
| Dependencies | 5 | 5 | 5 |
| Crate Size | 11KB | 14KB | 9KB |
| Features | 0 | 2 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | — | 1.63 |
| Owners | 1 | 3 (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 18.0K crates — strongest ecosystem trust.
- •⚠ simple_test_case, test-case have not been updated in over a year.
- •bare-test is pre-1.0 — API may change.