Assert multiple methods being called, only constructor works

前端 未结 0 1557
猫巷女王i
猫巷女王i 2021-01-04 02:21

I have the following test

from unittest import TestCase
from unittest.mock import patch

from kubewatcher.handlers import send_mail


class Test(TestCase):
           


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