예제 #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)