작성
·
233
답변 2
0
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'...
이런식으로 에러가나요