[pytest] testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* addopts = -v --strict-markers markers = unit: unit tests (fast, no API calls) integration: integration tests (may need credentials) slow: slow tests