인프런 커뮤니티 질문&답변

김민선님의 프로필 이미지
김민선

작성한 질문수

Do It! 장고+부트스트랩: 파이썬 웹개발의 정석

include - 네비게이션바, 푸터 모듈화 하기

AssertionError

작성

·

233

0

 
 
 
이 부분이 에러가 나는데 어떻게 풀지를 모르겠네요..ㅠㅠ

답변 2

0

SungYong Lee님의 프로필 이미지
SungYong Lee
지식공유자

post_detail.html에 {{ post.title }} 이 없는게 아닐까요? post_detail.html 파일을 보여주세요. 

0

김민선님의 프로필 이미지
김민선
질문자

======================================================================

FAIL: test_post_detail (blog.tests.TestView)

----------------------------------------------------------------------

Traceback (most recent call last):

  File "C:\Users\user\Desktop\github\do_it_django_inflearn_2021\blog\tests.py", line 103, in test_post_detail

    self.assertIn(post_001.content,post_area.text)

AssertionError: 'Hello, World. We are the World' not found in '\n\n첫번째 포스트입니다.\n\n\n  by\n  Start Bootstrap\n\n

\n'

----------------------------------------------------------------------

Ran 2 tests in 1.333s

 

FAILED (failures=1, errors=1)

Destroying test database for alias 'default'...

 

김민선님의 프로필 이미지
김민선
질문자

이런식으로 에러가나요

김민선님의 프로필 이미지
김민선

작성한 질문수

질문하기