[pytest] pythonpath = src testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* addopts = --cov=src/britecore_sdk --cov-report=html --cov-report=term-missing --strict-markers --cov-fail-under=84 markers = unit: unit tests integration: integration tests asyncio: async tests sandbox: live sandbox tests requiring BRITECORE_INTEGRATION_TESTS=true and sandbox credentials slow: slow tests