Cannot mock subprocess.check_call

前端 未结 0 1301
北荒
北荒 2021-01-07 01:50

I want to write a test for this function while mocking check_call (I don\'t want it to be called):

from subprocess import check_call

def foo_met         


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