Ticket #17433: fieldoutput.patch
File fieldoutput.patch, 415 bytes (added by , 13 years ago) |
---|
-
testing.txt
old new 1523 1523 1524 1524 .. method:: assertFieldOutput(self, fieldclass, valid, invalid, field_args=None, field_kwargs=None, empty_value=u'') 1525 1525 1526 .. versionadded:: 1.4 1527 1526 1528 Asserts that a form field behaves correctly with various inputs. 1527 1529 1528 1530 :param fieldclass: the class of the field to be tested.