terminal failed 파이프라인을 마지막 실패 step부터 재개. publish + youtube_video_id 있으면 중복 업로드 방지 409. pytest.ini에 pythonpath=.. 추가 (PYTHONPATH=.. 없이 TestClient 테스트 구동). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
5 lines
65 B
INI
5 lines
65 B
INI
[pytest]
|
|
testpaths = tests
|
|
pythonpath = . ..
|
|
asyncio_mode = auto
|