I have problem with mocking testing:
from module import FUNC class A(): def __init__(self): self.var = FUNC() def test(self): var_test = self.var