コード例 #1
0
ファイル: tests.py プロジェクト: singhj/django-ostinato
 def test_content_class_in_registry(self):
     self.assertIn(BasicPage, page_content.all())
コード例 #2
0
 def test_content_class_in_registry(self):
     self.assertIn(BasicPage, page_content.all())
コード例 #3
0
ファイル: tests.py プロジェクト: singhj/django-ostinato
 def test_content_registered(self):
     self.assertEqual(4, len(page_content.all()))
コード例 #4
0
 def test_content_registered(self):
     self.assertEqual(4, len(page_content.all()))