Q&A

책을 따라하다가 막히는 부분이 있나요?
질문을 남겨주세요.

오류에 대한 질문

3 years, 2 months ago

smfrdmsdmadkrrk 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
sungyong   3 years, 2 months ago

post_area.test 가 아니라 post_area.text로 쓰셔야 하는데 오타친게 아닐까 싶습니다

Updated: Aug. 27, 2021, 10:05 p.m.

Leave a Comment:
목록보기
Search
  • 자유게시판
  • Q&A