Skip to content

Account History vs Condenser unit tests - part 5

Łukasz Bujak requested to merge 428-continuation-3 into develop

This is a follow-up to !867 (merged)

  • Speed up the tests using configuration.data to get the operations in as few blocks as possible.
  • Improve test_get_transaction by adding patterns (as implemented for test_get_ops_in_block & test_get_account_history).
  • Improve test_get_account_history by adding more variations of call arguments (e.g. reversible blocks, filter low/high etc).
  • Add get_account_history tests for each scenario (see get_account_history_convert_and_limit_order).
  • Continue conversion of account_history_by_condenser_test into new scenarios, adding triple tests for each one.
  • Create scenarios for missing virtual operations, adding triple tests for each one.
Edited by Łukasz Bujak

Merge request reports