edit, change values, reorder, add new, save - many different combinations
Test both creation and editing
Test on test_entity, but this will require menu callbacks, saving entities in the database, etc.
These are not pure unit tests; they require the built-in browser.
Some of this is already done for CCK, some is not.

Comments

yched’s picture

Assigned: Unassigned » yched

I started to work on this

yched’s picture

Assigned: yched » Unassigned

field_test.module now has the required scaffolding : load(), save(), db storage, menu callbacks and add / edit forms.
Actual forms tests can now be written

Unassigning myself - doesn't mean I won't write tests myself, but anyone can help :-)

drupal_was_my_past’s picture

Status: Active » Closed (fixed)

I believe this is fixed and work started on it in #361683: Field API initial patch. See the current state of the code.