We have to add some tests for each field type and for views of add and edit values of these fields.
These tests have to check if the data generated to the views and ModelForms is equal to what we expect and if when we submit the form, the data is stored correctly.
Today the field types are:
- Input
- Monetary
- Float
- Integer
- TextArea
- SelectBox
- MultSelect
- Date
- DateTime
- CheckBox
- RadioButton
We have to add some tests for each
field typeand for views ofaddandeditvalues of these fields.These tests have to check if the data generated to the
viewsandModelFormsis equal to what we expect and if when we submit theform, the data is stored correctly.Today the
field typesare: