[pytest] asyncio_mode = auto # DB_SESSION_MNG(싱글톤)의 커넥션 풀이 첫 이벤트 루프에 묶이므로, # 모든 테스트/픽스처가 단일 session 루프를 공유하게 한다. (backend 와 동일) asyncio_default_fixture_loop_scope = session asyncio_default_test_loop_scope = session testpaths = tests filterwarnings = ignore::pytest.PytestUnraisableExceptionWarning