1 2 3 4 5 6 7 8 9
//! Integration tests that talk to IG. They need real credentials in the //! environment and are ignored by default. mod account_tests; mod auth_tests; mod common; mod market_tests; #[cfg(feature = "persistence")] mod storage_tests;