Files
doorman/pytest.ini
2025-12-10 22:14:34 -05:00

29 lines
1.1 KiB
INI

[pytest]
testpaths = backend-services/tests
pythonpath = backend-services
asyncio_mode = auto
markers =
health: Health status checks
auth: Authentication and token flows
users: User onboarding and management
credits: Credit definitions and usage
rate_limit: Rate limiting and throttling
rest: REST gateway
soap: SOAP gateway
graphql: GraphQL gateway
grpc: gRPC gateway
routing: Client and endpoint routing
gateway: Gateway umbrella (deprecated marker, kept for compatibility)
roles: Role-related tests
validation: Request/variable/schema validations
cors: CORS preflight/headers
config: Import/export configuration
security: Security settings and permissions
tools: Tools diagnostics
logging: Logging APIs and files
monitor: Liveness/readiness/metrics
order: Execution ordering (used by some chaos tests)
filterwarnings =
ignore:pkg_resources is deprecated as an API:UserWarning:grpc_tools.protoc
ignore:Deprecated call to `pkg_resources\.declare_namespace\('zope'\)`:DeprecationWarning:pkg_resources