Skip to content

Account History vs Condenser unit tests - part 6

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

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

  • Make the scenarios independent from the fixture configuration.
  • Continue conversion of account_history_by_condenser_test into new scenarios, adding single get_ops_in_block test for verification.
  • Add missing virtual operation cases to scenarios.
  • Add get_account_history tests for each scenario (see get_account_history_convert_and_limit_order).
  • 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).
Edited by Łukasz Bujak

Merge request reports