feat: add testing infrastructure
This commit is contained in:
parent
05f43c680c
commit
4ce35dfd0d
2
src/lib.rs
Normal file
2
src/lib.rs
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
pub mod conf;
|
||||||
|
pub mod redis_ctrl;
|
6
tests/test_conf.rs
Normal file
6
tests/test_conf.rs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
use lj_rust::conf;
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn it_adds_two() {
|
||||||
|
assert_eq!(4, 4);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user