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