pub(crate) static TEST_DIR: Lazy<Mutex<Option<TempDir>>>
Expand description

We put the temp dir in a static so that a panic can suppress its cleanup routine.