Any common initialization for the tests (e.g. changing the working directory)
()
| 14 | |
| 15 | /// Any common initialization for the tests (e.g. changing the working directory) |
| 16 | pub fn init() { |
| 17 | // this will only actually happen once, but just call it everytime |
| 18 | // it will fail but that is fine... |
| 19 | std::env::set_current_dir("./fuzz-dir"); |
| 20 | } |
no outgoing calls
no test coverage detected