trpl-zh-cn/listings/ch11-writing-automated-tests/no-listing-12-shared-test-code-problem/tests/common.rs

4 lines
84 B
Rust
Raw Permalink Normal View History

2022-02-06 16:43:51 +08:00
pub fn setup() {
// setup code specific to your library's tests would go here
}