(cls)
| 86 | |
| 87 | @classmethod |
| 88 | def setUpClass(cls): |
| 89 | super().setUpClass() |
| 90 | # This cleanup is necessary because contrib.sites cache |
| 91 | # makes tests interfere with each other, see #11505 |
| 92 | Site.objects.clear_cache() |
| 93 | |
| 94 | def test_rss2_feed(self): |
| 95 | """ |
nothing calls this directly
no test coverage detected