1 2 3 4 5 6 7 8 9 10 11 12 13 14
# dechdev rust utils #### run test all ``` cargo test --test mod ``` #### run test some file ``` cargo test --test test_1 cargo test --test test_1 ```