1 2 3 4 5 6 7 8 9
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. //! Test framework for azure_data_cosmos_driver emulator tests. mod env; mod test_client; pub use test_client::{resolve_test_env, DriverTestClient};