1 2 3 4 5 6 7 8 9 10
//! Offline unit tests: pure logic and HTTP behaviour driven against a mock //! server, with no IG credentials and no network. mod application; mod error_tests; mod model; mod presentation; #[cfg(feature = "persistence")] mod storage; mod utils;