mockito简介-python

Introduction to mockito-python

我一直在互联网上搜索 python-mockito 的在线介绍,但目前可用的资源不多,他们的文档对我来说似乎非常“适合初学者” .

我在 python 上看到更多使用 unittest 创建模拟对象的内容,但我申请了一份工作,他们需要 mockito-python 框架。

目前我对软件测试不太了解,他们让我做单元测试和验收测试,我应该从哪里开始?

根据他们的文档,mockito-python 基于 Java Mockito you can go through the documentation of mockito to understand the basic. There are a bunch of tutorial and documentation available on mockito. For example: https://www.tutorialspoint.com/mockito/index.htm

了解基础知识后,您可以将其与 python 一起使用。