예제 #1
0
파일: test_content.py 프로젝트: kkdeep/kuma
 def test_section_pars_for_empty_docs(self):
     doc = document(title='Doc',
                    locale=u'fr',
                    slug=u'doc',
                    save=True,
                    html='<!-- -->')
     res = get_content_sections(doc.html)
     eq_(type(res).__name__, 'list')
예제 #2
0
 def test_section_pars_for_empty_docs(self):
     doc = document(title='Doc', locale=u'fr', slug=u'doc', save=True,
                    html='<!-- -->')
     res = get_content_sections(doc.html)
     eq_(type(res).__name__, 'list')