[tool:pytest] testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* addopts = -v --tb=short --strict-markers -p no:warnings markers = unit: 单元测试 integration: 集成测试 e2e: 端到端测试 slow: 慢速测试 async_test: 异步测试 asyncio_default_fixture_loop_scope = function