Skip to content

Conversation

XF-FW
Copy link

@XF-FW XF-FW commented Mar 29, 2022

Fixes #332

Supresses "no-member" for attributes of a WSGIRequest, that is inside a class that inherits from django.test.testcases.SimpleTestCase.

Let me know if you need me to change anything.
Thank you.

XF-FW and others added 2 commits March 29, 2022 13:16
Fixes pylint-dev#332 

Supresses "no-member" for attributes of a WSGIRequest, that is inside a class that inherits from django.test.testcases.SimpleTestCase.

Let me know if you need me to change anything.
Thank you.
@coveralls
Copy link

coveralls commented Mar 29, 2022

Coverage Status

Coverage decreased (-0.07%) to 85.989% when pulling ef6608b on XF-FW:patch-1 into f9a8f9d on PyCQA:master.

@XF-FW
Copy link
Author

XF-FW commented May 28, 2022

After upgrading my packages, this is no longer an issue, so I'm closing it.

@XF-FW XF-FW closed this May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

E1101: Instance of 'WSGIRequest' has no 'rendered_content' member (no-member)
2 participants