// SPDX-FileCopyrightText: 2025 Helge Eichhorn <git@helgeeichhorn.de>
//
// SPDX-License-Identifier: MPL-2.0
use ;
/// Returns a [PathBuf] to the test fixture directory.
/// Returns a [PathBuf] to a file in the test fixture directory.
/// Returns the contents of the data file at `path`.
///
/// # Panics
/// This function will panic if the file does not exist or is otherwise unreadable.
pub use ApproxEq;