Fix small docstring issues

This commit is contained in:
Bruno Oliveira 2015-04-08 00:30:29 -03:00
parent 75386e4051
commit 8702ac8a98

View File

@ -76,7 +76,7 @@ class _HeaderChecker(object):
@pytest.fixture @pytest.fixture
def header_checker(caplog, stubs): def header_checker(caplog, stubs):
"""Fixture that provides a _AttachmentChecker class for tests""" """Fixture that provides a _HeaderChecker class for tests"""
return _HeaderChecker(caplog, stubs) return _HeaderChecker(caplog, stubs)
@ -160,7 +160,7 @@ class TestAttachment:
"""'ATTACHMENT' only """'ATTACHMENT' only
UA should offer to download the resource. UA should offer to download the resource.
""" """
header_checker.check_unnamed('ATTACHMENT') header_checker.check_unnamed('ATTACHMENT')
def test_attwithasciifilename(self, header_checker): def test_attwithasciifilename(self, header_checker):