1// Copyright (c) The nextest Contributors 2// SPDX-License-Identifier: MIT OR Apache-2.0 3 4//! Information about nextest's fixtures, as contained in the `fixtures` directory. 5 6pub mod fixture_project; 7pub mod models;