1
0

pytest.ini 168 B

12345
  1. [pytest]
  2. # F15 等模块使用 async def 测试,需自动识别为 asyncio 测试
  3. asyncio_mode = auto
  4. asyncio_default_fixture_loop_scope = function
  5. testpaths = tests