cf-modkit-db 0.7.2

ModKit database library
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Updated: 2026-04-07 by Constructor Tech
//! Scenario-based tests demonstrating worker infrastructure behaviour in
//! realistic settings. Each test tells a story — the name describes the
//! situation, the body shows how the worker handles it.
//!
//! All tests use `start_paused = true` (tokio virtual time) so durations
//! are realistic (hours, seconds) yet tests complete instantly.

#[cfg(test)]
#[path = "showcase_tests.rs"]
mod showcase_tests;