Crates.io | fluid |
lib.rs | fluid |
version | 0.4.1 |
source | src |
created_at | 2018-07-21 07:12:38.997743 |
updated_at | 2019-04-08 13:28:38.700034 |
description | An human readable test library. |
homepage | |
repository | https://gitlab.com/Boiethios/fluid-rs |
max_upload_size | |
id | 75318 |
size | 80,360 |
fluid
is a library to write human readable tests.
This crate is in alpha state. It is fully usable, but one can (rightfully) think that there are incomplete or missing features. The maintainer would be very happy if he was given some feedback, issues, pull requests, etc.
fluid
is a crate to make the tests more readable and easier to write,
mainly inspired by xUnit.
It is still in an unstable state. Be adviced that in future alphas
— let alone in the release — it could/will be very different.
Detailed information is in the wiki.
The current goals are to provide:
Iterators
, Options
, Results
, etc.Non-goals:
#[theory]
and/or #[session]
tests. This will never be as fast as the standard tests.#[fact]
, #[theory]
or #[session]
line.See the dedicated file.
See the dedicated file.