[go: up one dir, main page]

expectest 0.5.1

Crate provides matchers and matcher functions for unit testing.
Documentation
1
2
3
4
5
extern crate skeptic;

fn main() {
    skeptic::generate_doc_tests(&["README.md"]);
}