Beispiel #1
0
 def testTextArea(self):
     c = FieldProperty(S.String)
     c.sprox_meta = {"narrative": True}
     self._testSelect(c, TextArea)
 def testTextArea(self):
     c = FieldProperty(S.String)
     c.sprox_meta = {"narrative": True}
     self._testSelect(c, TextArea)
Beispiel #3
0
 def testPasswordField(self):
     c = FieldProperty(S.String)
     c.sprox_meta = {"password": True}
     self._testSelect(c, PasswordField)
 def testPasswordField(self):
     c = FieldProperty(S.String)
     c.sprox_meta = {"password": True}
     self._testSelect(c, PasswordField)