Exemplo n.º 1
0
def test_content_methods():
    c = ArticleFactory()
    check_content(c)
Exemplo n.º 2
0
def test_content_methods():
    c = SlideshowFactory()
    check_content(c)
Exemplo n.º 3
0
 def test_content_methods(self):
     c = TitleFactory()
     check_content(c)
Exemplo n.º 4
0
def test_content_methods():
    c = SidebarFactory()
    check_content(c)