We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bf77e commit a629d12Copy full SHA for a629d12
docs/helpers.rst
@@ -74,7 +74,7 @@ when trying to access the database.
74
75
@pytest.mark.urls('myapp.test_urls')
76
def test_something(client):
77
- assert 'Success!' in client.get('/some_url_defined_in_test_urls/')
+ assert 'Success!' in client.get('/some_url_defined_in_test_urls/').content
78
79
80
``pytest.mark.ignore_template_errors`` - ignore invalid template variables
0 commit comments