rust_learning/tests/tests/integration_test.rs

6 lines
78 B
Rust

use tests;
#[test]
fn it_adds_two() {
assert_eq!(4, tests::add_two(2));
}