unable to mock test AWS code (using moto library) which contains function within functions

前端 未结 0 1919
陌清茗
陌清茗 2021-01-23 14:35

I am trying to mock the s3 services using moto library of python.

ex:

function1()

{

some s3 service.. ---> this is getting mocked properly,

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