The following test code: ``` response = self.client.get(self.url) self.assertEqual(response.context['object'], expected_object) ``` …causes the following pylint message: ``` E:256,52: Instance of 'WSGIRequest' has no 'context' member (no-member) ``` pylint==1.5.6 and pylint-django==0.7.2.