예제 #1
0
 def test_locale_allow_none(self):
     v = CoercingValidator()
     v.locale = None
예제 #2
0
 def test_locale_allow_none(self):
     v = CoercingValidator()
     v.locale = None
예제 #3
0
 def test_locale_raises(self):
     v = CoercingValidator()
     with self.assertRaises(TypeError):
         v.locale = 12
예제 #4
0
 def test_locale_raises(self):
     v = CoercingValidator()
     with self.assertRaises(TypeError):
         v.locale = 12