laboratory 2.0.0

A simple, expressive unit test framework for Rust
Documentation
1
2
3
4
5
6
7
  add_one
     0) should return 1 (0ms)


  ✖ 1 of 1 tests failed:

  0) add_one should return 1: Expected 0 to equal 1