//! Shared fixtures for the reference-factory tests.
//!
//! Both `workitem_factory.rs` and `workitem_factory_runtime.rs` load the same example, so the
//! paths and constructors live here rather than being copied.
//!
//! Each test binary compiles this module separately and uses only part of it, so unused items are
//! expected rather than a sign of dead code.
use ;
use ;
/// Directory holding the reference factory.
/// Loads the reference factory definition.
/// A prompt source rooted at the reference factory's prompt directory.
/// Number of test/review cycles the reference factory is sized for.
pub const REVIEW_CYCLES: u32 = 8;