File: pytest.ini

package info (click to toggle)
python-azure 20250603%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 851,724 kB
  • sloc: python: 7,362,925; ansic: 804; javascript: 287; makefile: 195; sh: 145; xml: 109
file content (9 lines) | stat: -rw-r--r-- 741 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[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.