我需要一個允許員工用戶查看處於草稿狀態的對象的視圖。但是我發現很難爲這個觀點寫一個單元測試。 我用廠男孩爲我設置: class UserFactory(factory.django.DjangoModelFactory):
class Meta:
model = User
username = factory.LazyAttribute(lambda t: ran
這是我的簡單測試類,運行這個測試,而我得到Asse田:404 = 200 class SimpleTest(unittest.TestCase):
def setUp(self):
# Every test needs a client.
self.client = Client()
def test_details(self):
# Issue a GET r