테스트주도개발2 unittest- pytest 실행시 import 경로가 올바름에도 ModuleNotFoundError가 날 때 Problem App --__init__.py --app_file.py --tests_folder --test_app_file.py 이런 폴더 구조이고 # test_get_s3_url.py from get_s3_url import LatestURL 이렇게 import할 패키지의 경로를 지정하고 unittest를 하기 위해 pytest를 입력했는데 ImportError while importing test module '/Users/yeinlee/odk/transcoder/variety/tests/test_get_s3_url.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/test_get_s3_.. 2019. 12. 30. 기능테스트와 단위테스트의 차이 보호되어 있는 글 입니다. 2019. 11. 22. 이전 1 다음