trpl-zh-cn/listings/ch11-writing-automated-tests/no-listing-12-shared-test-code-problem/tests/common.rs
2022-02-06 16:43:51 +08:00

4 lines
84 B
Rust
Executable File

pub fn setup() {
// setup code specific to your library's tests would go here
}