Skip to content
Snippets Groups Projects
Commit e22e607e 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 65a2c5b1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment