// SPDX-License-Identifier: AGPL-3.0-or-later
//! General purpose fixtures which can be injected into test methods as parameters.
//!
//! The fixtures can optionally be passed in with custom parameters which overrides the default
//! values. See examples for more details.
//!
//! Implemented using the [`rstest`](https://github.com/la10736/rstest) library.
// These modules need to be named with the verbose `_fixtures` suffix, otherwise `rstest` will get
// confused by methods with similar names.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;