mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
17 lines
505 B
Plaintext
17 lines
505 B
Plaintext
|
$ cargo test
|
||
|
Compiling guessing_game v0.1.0 (file:///projects/guessing_game)
|
||
|
Finished test [unoptimized + debuginfo] target(s) in 0.58s
|
||
|
Running unittests (target/debug/deps/guessing_game-57d70c3acb738f4d)
|
||
|
|
||
|
running 1 test
|
||
|
test tests::greater_than_100 ... ok
|
||
|
|
||
|
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
|
||
|
|
||
|
Doc-tests guessing_game
|
||
|
|
||
|
running 0 tests
|
||
|
|
||
|
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
|
||
|
|