pytest

    [Pytest] - django-dotenv 와 pytest-dotenv 오류

    1. 문제 상황 테스트 코드를 짜 보려고 pytest를 설치했다. 근데 해당 테스트 코드를 실행하는 도중 예기치 못한 문제를 맞닥뜨렸다. django-dotenv와 pytest-dotenv의 naming conflict가 발생했다. 해당 글에서 댓글에는 이렇게 적혀있다. Warning to Django Users: If you're using django-dotenv to call dotenv.read_dotenv() from your manage.py module, this library will break it. This library requires python-dotenv, which also uses the 'dotenv' namespace, and you'll end up a ModuleNot..