uncover

More maintainable Rust test

APACHE-2.0 License

Downloads
5.6K
Stars
28
Committers
1

uncover

DEPRECATED: use https://github.com/matklad/cov-mark instead.

A library that makes tests easier to maintain by using instrumentation to answer these two questions:

  • Which code is exercised by this test?
  • Which test covers this bit of code?

See the docs for more.