pytest.ini 1.0 KB

123456789101112131415161718192021
  1. [pytest]
  2. markers =
  3. acceptance_cognito: marks tests as Cognito acceptance tests
  4. acceptance_iam: marks tests as IAM acceptance tests
  5. unit: marks tests as unit tests
  6. auth: marks tests as relating to authentication
  7. api: marks tests as relating to APIs
  8. queue: marks tests as relating to the deletion queue functionality
  9. settings: marks tests as relating to the settings functionality
  10. jobs: marks tests as relating to the job functionality
  11. data_mappers: marks tests as relating to the data mapper functionality
  12. task: marks tests as relating to the state machine tasks
  13. ecs_tasks: marks tests as relating to the ECS tasks
  14. layers: marks tests as being for layers
  15. state_machine: marks tests as being for the state machine
  16. athena: marks tests as being related to Athena querying
  17. security: marks tests as security
  18. norecursedirs = backend/lambda_layers/decorators/python/* backend/lambda_layers/cr_helper/python/* backend/lambda_layers/aws_sdk/*
  19. testpaths = tests/acceptance tests/unit