示例#1
0
def test_content_methods():
    c = ArticleFactory()
    check_content(c)
示例#2
0
def test_content_methods():
    c = SlideshowFactory()
    check_content(c)
示例#3
0
 def test_content_methods(self):
     c = TitleFactory()
     check_content(c)
示例#4
0
def test_content_methods():
    c = SidebarFactory()
    check_content(c)