fluid 0.4.1

An human readable test library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Roadmap

## Generic

- Diff the debug values in case of failure because
for now, the long debug strings are cut without intelligence.
- Extract the core module inside its own crate.
- Standardize the way that failure message are displayed. For now, people can be confused by the wording.

## Assertions

- Iterator comparison
- `be_ok` and `be_an_error` unwrap the content and other assertions can be chained.
- More stuff for the collection; add a `Dictionary` trait to handle the corresponding assertions.