laboratory 2.0.0

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


  ✓ 2 tests completed (0ms)