Pytest-Django: Uncaught Exception is unfortunately hidden

后端 未结 0 2071
闹比i
闹比i 2021-02-19 04:25

I use pytest-django and the uncaught exception is unfortunately hidden

@pytest.mark.django_db
def test_foo(client):
    url = reverse(\'foo\')
    response = clie         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题