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

[mod] #213: import whole modules in tx.py

For unit test purposes, we need to do:

`from silkaj import module`

instead of

`from silkaj.module import function1, function2`

Otherwise, we can't patch functions.
parent 942259e6
No related branches found
No related tags found
1 merge request!130#213: Write unit tests for the transaction command
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