文件名称:python-doublex:Python测试双打库
文件大小:116KB
文件格式:ZIP
更新时间:2024-05-28 09:41:16
Python
强大的Python测试框架加倍 [| | | | | | | 一个简单的例子 import unittest from doublex import Spy , assert_that , called class SpyUseExample ( unittest . TestCase ): def test_spy_example ( self ): # given spy = Spy ( SomeCollaboratorClass ) cut = YourClassUnderTest ( spy ) # when cut . a_method_that_call_the_collaborator () # then assert_that ( spy . some