Skip to content
Snippets Groups Projects
Commit 888b794b authored by matograine's avatar matograine
Browse files

adding tests for issue #236.

* adding tests for display_pubkey(), display_amount() and transaction_confirmation() in tests/test_unit_tx.py.
* patching async functions.
* creating the patched.py module containing patched functions.
* modifying silkaj/tx.py to match patch requirements :
	* `from silkaj.wot import is_member` -> `from silkaj import wot`
        * `awit is_member()` -> `await wot.is_member()`
parent ad5e8b06
No related branches found
No related tags found
No related merge requests found
Pipeline #7079 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment