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

issue #236 : adding tests

* 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 820ad606
No related branches found
No related tags found
No related merge requests found
Pipeline #7076 failed
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