+ let test_dir = setup_test_dir();
+ create_dir_all(test_dir.join("output_html"))
+ .expect("Could not create output html test directory");
+ create_dir_all(test_dir.join("output_gemini"))
+ .expect("Could not create output gemini test directory");
+ let test_path = test_dir.join("test.gmi");
+ create_test_file(&test_path, "");
+ let file = create_test_internal_file(
+ test_path
+ .to_str()
+ .expect("Could not encode gemini test file"),
+ FileType::Gemini,
+ );