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