Example #1
0
 def test_rss(self):
     resource = ResourceTestClass(self.fake_request())
     self.check_html_ok(resource.rss('some string'), texts=['some string'], content_type='application/rss+xml', encoding='utf-8')