Skip to content
Snippets Groups Projects
Commit 5b990cb5 authored by matograine's avatar matograine Committed by Moul
Browse files

[test] #236: add tests for tx confirmation, mock functions:

* add tests for display_pubkey(), display_amount() and transaction_confirmation() in tests/test_unit_tx.py.
* patch async functions.
* create the patched.py module containing patched/mocked functions.
* modify silkaj/tx.py to match patch requirements:
  * `from silkaj.wot import is_member` -> `from silkaj import wot`
  * `await is_member()` -> `await wot.is_member()`
parent ceb7c1a3
No related branches found
No related tags found
Loading
Checking pipeline status