Example #1
0
 def test_get_mapping_broken_mappings(self):
     utils.get_mapping(models.Foo)
Example #2
0
 def test_custom_queryset_mapping(self):
     utils.get_mapping(models.Spam)
Example #3
0
 def test_get_mapping_undefined_exception(self):
     utils.get_mapping(auth_models.User)
Example #4
0
 def test_get_mapping_type_exception(self):
     utils.get_mapping(BaseTestCase)
Example #5
0
 def test_multiple_fields_mapping(self):
     utils.get_mapping(models.Egg)
Example #6
0
 def test_get_mapping_broken_mappings(self):
     utils.get_mapping(models.Foo)
Example #7
0
 def test_get_mapping_undefined_exception(self):
     utils.get_mapping(auth_models.User)
Example #8
0
 def test_custom_queryset_mapping(self):
     utils.get_mapping(models.Spam)
Example #9
0
 def test_multiple_fields_mapping(self):
     utils.get_mapping(models.Egg)
Example #10
0
 def test_get_mapping_type_exception(self):
     utils.get_mapping(BaseTestCase)