Skip to content
Guilherme Kunigami edited this page Mar 13, 2019 · 4 revisions

Example test at src/lib.rs:

#[test]
fn it_works() {
  assert_eq!(2 + 2, 4);
}

Running the tests:

cargo test --lib

Clone this wiki locally