We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4de08 commit 24bb554Copy full SHA for 24bb554
docs/helpers.rst
@@ -119,7 +119,7 @@ dynamically in a hook or fixture.
119
120
@pytest.mark.urls('myapp.test_urls')
121
def test_something(client):
122
- assert 'Success!' in client.get('/some_url_defined_in_test_urls/').content
+ assert b'Success!' in client.get('/some_url_defined_in_test_urls/').content
123
124
125
``pytest.mark.ignore_template_errors`` - ignore invalid template variables
0 commit comments