[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.
Please register or sign in to comment
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.