mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-20 09:37:48 +02:00
Comments pass PEP-8
This commit is contained in:
parent
103b762779
commit
860a30486c
@ -110,8 +110,8 @@ class AttachmentUnitTests(TestCase):
|
|||||||
self.assertEqual(filename, self.file_attrs['filename'])
|
self.assertEqual(filename, self.file_attrs['filename'])
|
||||||
|
|
||||||
# TODO: FIXME: what's wrong with this test that we get integrity errors?
|
# TODO: FIXME: what's wrong with this test that we get integrity errors?
|
||||||
#@mock.patch('helpdesk.lib.FollowUpAttachment', autospec=True)
|
# @mock.patch('helpdesk.lib.FollowUpAttachment', autospec=True)
|
||||||
#def test_autofill(self, mock_att_save, mock_queue_save, mock_ticket_save, mock_follow_up_save):
|
# def test_autofill(self, mock_att_save, mock_queue_save, mock_ticket_save, mock_follow_up_save):
|
||||||
# """ check utf-8 data is parsed correctly """
|
# """ check utf-8 data is parsed correctly """
|
||||||
# self.follow_up.pk = 100
|
# self.follow_up.pk = 100
|
||||||
# self.follow_up.save()
|
# self.follow_up.save()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user