Q&A
책을 따라하다가 막히는 부분이 있나요?
질문을 남겨주세요.
하지만, 책을 끝까지 읽고 나면 이 페이지도 만드실 수 있을거에요.
오류에 대한 질문
3 years, 2 months ago
smfrdmsdmadkrrk안녕하세요. 다음과 같은 에러는 무엇 때문인지요?
'post_detail.html에서 포스트 영역과 댓글 영역 구분하기' 수정후(274페이지로 수정후) test error
(venv) λ python manage.py test
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
E.
======================================================================
ERROR: test_post_detail (blog.tests.TestView)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\github\ynb\blog\tests.py", line 90, in test_post_detail
self.assertIn(post_001.content, post_area.test)
File "C:\Users\BaeSeonju\AppData\Local\Programs\Python\Python39\lib\unittest\case.py", line 1095, in assertIn
if member not in container:
TypeError: argument of type 'NoneType' is not iterable
----------------------------------------------------------------------
Ran 2 tests in 0.505s
FAILED (errors=1)
Destroying test database for alias 'default'...
목록보기
sungyong 3 years, 2 months ago
post_area.test 가 아니라 post_area.text로 쓰셔야 하는데 오타친게 아닐까 싶습니다
Updated: Aug. 27, 2021, 10:05 p.m.
Leave a Comment: