Decision Workspace
etest vs bare-test vs simple_test_case
Side-by-side comparison of Rust crates
45
etest
growingv0.3.1
Allows to control behaviour of `#[test]` like functions
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
Core Metrics
| etest | bare-test | simple_test_case | |
|---|---|---|---|
| Health Score | 45 | 65 | 55 |
| Total Downloads | 7.7K | 17.5K | 94.6K |
| 30d Downloads | 178 | 385 | 5.0K |
| Dependents | 4 | 71 | 51 |
| Releases | 6 | 22 | 4 |
| Last Updated | 543d ago | 17d ago | 323d ago |
| Age | 1y 7m | 1y 4m | 4y 1m |
Health Breakdown
etest
Maintenance
7
Quality
17
Community
6
Popularity
5
Documentation
10
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
Technical Details
| etest | bare-test | simple_test_case | |
|---|---|---|---|
| Version | 0.3.1 | 0.8.2 | 1.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | LGPL-3.0-or-later WITH LGPL-3.0-linking-exception | MPL-2.0 | MIT |
| Dependencies | 2 | 6 | 5 |
| Crate Size | 26KB | 15KB | 11KB |
| Features | 3 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •bare-test leads with a health score of 65/100, but none of the options score above 80.
- •simple_test_case has the most downloads (94.6K), suggesting wider adoption.
- •⚠ etest has not been updated in over a year.
- •etest, bare-test are pre-1.0 — API may change.