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