Skip to content

packages.valory.connections.abci.tests.test_tendermint_encoder

Tests for valory/abci connection, tendermint_encoder module.

TestTendermintProtocolEncoder Objects

class TestTendermintProtocolEncoder()

Test for the Tendermint protocol encoder.

test_response_exception

def test_response_exception() -> None

Test decoding of a response exception.

test_response_echo

def test_response_echo() -> None

Test decoding of a response echo.

test_response_set_option

def test_response_set_option() -> None

Test decoding of a response set-option.

test_response_list_snapshots

def test_response_list_snapshots() -> None

Test decoding of a response list-snapshots.

test_response_offer_snapshot

def test_response_offer_snapshot() -> None

Test decoding of a response offer-snapshot.

test_response_load_snapshot_chunk

def test_response_load_snapshot_chunk() -> None

Test decoding of a response load-snapshot-chunk.

test_response_apply_snapshot_chunk

def test_response_apply_snapshot_chunk() -> None

Test decoding of a response apply-snapshot-chunk.