pub(crate) static TEST_DIR: Lazy<Mutex<Option<TempDir>>>
We put the temp dir in a static so that a panic can suppress its cleanup routine.