Skip to content
  • matograine's avatar
    [mod] #213: import whole modules in tx.py · d004c799
    matograine authored
    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.
    d004c799