How to mock an attribute that has its own function within a mocked class in unit test

前端 未结 0 447
感动是毒
感动是毒 2021-01-22 06:29

I have this class in my python code to manage API calls using a third party module pyryx.

class AlteryxHelper():

    def __init__(self, ryx, app_id)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题