You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISSUE-008: Add failing test for structured kwargs encoding
- Tighten `test_all_argument_kinds_recorded_on_py_start` to require kwargs
to be encoded structurally as a Sequence of (key, value) Tuples.
- This codifies the intended shape for `**kwargs` discussed in ISSUE-008
and currently fails because dicts are encoded as Raw.
0 commit comments