Python dict round-trips as an Erlang/Elixir map. Golden vectors from
real Erlang term_to_binary verify wire compatibility for:
- empty map (#{})
- keyed map with binary keys + mixed values
- {ok, #{status => ok, balance => N}} (Elixir gen_server reply shape)
122 tests green. Required for the unfeed ErlangDistTransport which
decodes Elixir wallet RPC replies.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_channel.py | ||
| test_epmd.py | ||
| test_etf.py | ||
| test_handshake.py | ||
| test_node.py | ||
| test_tls.py | ||