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