mirror of https://github.com/sunface/rust-course
parent
2c34bedd50
commit
c7f4246722
@ -1,4 +1,2 @@
|
||||
# 测试
|
||||
|
||||
|
||||
cargo test -- --test-threads=1
|
@ -1,4 +1,4 @@
|
||||
# 单元测试
|
||||
# 控制测试的执行
|
||||
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 集成测试
|
||||
# 单元测试和集成测试
|
||||
|
||||
https://www.reddit.com/r/rust/comments/s9zs5c/how_do_you_debug_a_rust_library_after_compilation/
|
@ -0,0 +1 @@
|
||||
# 如何写测试
|
Loading…
Reference in new issue