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