ert--parse-keys-and-body

ert--parse-keys-and-body is a compiled Lisp function in `ert.el'.

(ert--parse-keys-and-body KEYS-AND-BODY)

Split KEYS-AND-BODY into keyword-and-value pairs and the remaining body.

KEYS-AND-BODY should have the form of a property list, with the
exception that only keywords are permitted as keys and that the
tail -- the body -- is a list of forms that does not start with a
keyword.

Returns a two-element list containing the keys-and-values plist
and the body.