文件名称:tdubs:python测试双库
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-05 22:37:55
python tdd test-doubles Python
TDub python的测试双重库。 为什么? 安装 发展 例子 from unittest import TestCase from tdubs import Stub , Spy , calling , verify # The thing I want to test: class Greeter ( object ): # tdubs works best with code that has injectable dependencies: def __init__ ( self , prompter = None , printer = None ): self . prompter = prompter or input self . printer = printer or print def greet (
【文件预览】:
tdubs-master
----MANIFEST.in(117B)
----tube.py(918B)
----README.rst(11KB)
----tests.py(1KB)
----CHANGELOG.rst(723B)
----tdubs()
--------verifications.py(2KB)
--------doubles.py(8KB)
--------__init__.py(107B)
--------patch.py(285B)
----.travis.yml(168B)
----LICENSE(1KB)
----setup.cfg(442B)
----setup.py(2KB)
----.gitignore(44B)