lotus/tvx
Alan Shaw a793824d2c
feat: test driver automatically records applied messages in test vector (#212)
The `TestDriver` now records applied messages in it's `TestVector` whenever an `Apply*` method is called. This removes the need for manual message serialization and recording in the tests.
2020-08-07 15:12:38 +01:00
..
chain refactor: add default TestVector to TestDriver (#208) 2020-08-07 13:47:16 +01:00
drivers feat: test driver automatically records applied messages in test vector (#212) 2020-08-07 15:12:38 +01:00
lotus fix two disabled tests (#207) 2020-08-06 18:57:15 +02:00
schema feat: add MustMarshalJSON for more DRY outputting (#211) 2020-08-07 14:09:10 +01:00
state dedup state tree CARs from test vectors. (#187) 2020-08-05 15:52:57 +01:00
examine.go refactor: add default TestVector to TestDriver (#208) 2020-08-07 13:47:16 +01:00
exec_lotus.go refactor: add default TestVector to TestDriver (#208) 2020-08-07 13:47:16 +01:00
extract_msg.go refactor: add default TestVector to TestDriver (#208) 2020-08-07 13:47:16 +01:00
go.mod input from stdin functionality for exec-lotus ; initial test suites in ci (#196) 2020-08-05 20:59:57 +02:00
go.sum generate test-vectors based on tests from chain-validation project (#181) 2020-08-05 19:40:09 +02:00
list_accessed.go unified tvx tool; end-to-end MVP for extracting+running msg-class vectors (#177) 2020-08-05 13:20:13 +01:00
main.go generate test-vectors based on tests from chain-validation project (#181) 2020-08-05 19:40:09 +02:00
state_delta.go unified tvx tool; end-to-end MVP for extracting+running msg-class vectors (#177) 2020-08-05 13:20:13 +01:00
suite_messages_create_actor.go feat: test driver automatically records applied messages in test vector (#212) 2020-08-07 15:12:38 +01:00
suite_messages_message_application.go feat: test driver automatically records applied messages in test vector (#212) 2020-08-07 15:12:38 +01:00
suite_messages_paych.go feat: test driver automatically records applied messages in test vector (#212) 2020-08-07 15:12:38 +01:00