Ejemplo n.º 1
0
 def test_validate_not_empty_string(self):
     msg = attributes._validate_not_empty_string('    ', None)
     self.assertEqual(u"'    ' Blank strings are not permitted", msg)
Ejemplo n.º 2
0
 def test_validate_not_empty_string(self):
     msg = attributes._validate_not_empty_string('    ', None)
     self.assertEqual(u"'    ' Blank strings are not permitted", msg)