[pytest]
markers =
cosmosEmulator: marks tests as depending in Cosmos DB Emulator.
cosmosLong: marks tests to be run on a Cosmos DB live account.
cosmosQuery: marks tests running queries on Cosmos DB live account.
cosmosSplit: marks test where there are partition splits on CosmosDB live account.
cosmosMultiRegion: marks tests running on a Cosmos DB live account with multi-region and multi-write enabled.
cosmosCircuitBreaker: marks tests running on Cosmos DB live account with per partition circuit breaker enabled and multi-write enabled.
cosmosCircuitBreakerMultiRegion: marks tests running on Cosmos DB live account with one write region and multiple read regions and per partition circuit breaker enabled.
|