Ejemplo n.º 1
0
 def test_yorm_mapper_required(self):
     sample = SampleMappable()
     del sample.yorm_mapper
     with pytest.raises(AttributeError):
         print(get_mapper(sample))
Ejemplo n.º 2
0
 def test_yorm_mapper_required(self):
     sample = SampleMappable()
     del sample.yorm_mapper
     with pytest.raises(AttributeError):
         print(get_mapper(sample))
Ejemplo n.º 3
0
 def test_mappable_required(self):
     with pytest.raises(TypeError):
         print(get_mapper(None))
Ejemplo n.º 4
0
 def test_mappable_required(self):
     with pytest.raises(TypeError):
         print(get_mapper(None))