1 2 3 4 5 6 7 8
//! Integration test module for marketplace //! //! These tests validate production readiness using testcontainers //! and real-world scenarios. pub mod marketplace_tests; pub mod testcontainers_readiness; pub mod testcontainers_cleanroom;