laboratory 2.0.0

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


  ✓ 1 tests completed (0ms)