Skip to content

#213: Write unit tests for the transaction command

matograine requested to merge transaction_tests into dev

#213 (closed): Unit tests for tx.py. Create unit tests for:

  • handle_intermediaries_transactions,
  • send_transaction,
  • generate_and_send_transaction,
  • display_sent_tx,
  • check_transaction_values,
  • generate_unlocks,
  • generate_output,

Modifies test for get_list_input_for_transaction,

Changes how patched_get_sources() works:

  • create a dictionary for test sources.

Deals with other issues:

Edited by Moul

Merge request reports