I use pytest-django and the uncaught exception is unfortunately hidden
@pytest.mark.django_db def test_foo(client): url = reverse(\'foo\') response = clie