assert-rs / predicates-rs

Boolean-valued predicate functions in Rust
docs.rs/predicates
Apache License 2.0
173 stars 29 forks source link

Color output #104

Open epage opened 3 years ago

epage commented 3 years ago

Partially inspired by https://github.com/assert-rs/assert_cmd/issues/121

With typos, I found yansi worked well. The main question will be when to decide to turn it on/off because tests don't really have an initialization step.