Example #1
0
 def test_content_class_in_registry(self):
     self.assertIn(BasicPage, page_content.all())
Example #2
0
 def test_content_class_in_registry(self):
     self.assertIn(BasicPage, page_content.all())
Example #3
0
 def test_content_registered(self):
     self.assertEqual(4, len(page_content.all()))
Example #4
0
 def test_content_registered(self):
     self.assertEqual(4, len(page_content.all()))