fluent-test 0.4.3

A fluent, Jest-like testing library for Rust
Documentation
1
2
3
4
5
6
//! Frontend module for rendering test results

mod console;

pub use crate::backend::{Assertion, AssertionStep, TestSessionResult};
pub use console::ConsoleRenderer;