1 2 3 4 5 6 7 8
//! Integration test runner. //! //! This file acts as the entry point for integration tests organized //! in the `integration/` module directory. mod fixtures; mod fuzz; mod integration;