示例和自定义技巧¶
Examples and customization tricks
这里是一个(不断增加的)示例列表。 联系 我们,如果您需要更多示例或有任何问题。还请查看 全面的文档,其中也包含许多示例片段。此外, stackoverflow.com 上的 pytest 通常也会附带示例答案。
基本示例请参见:
入门 以获取基本入门示例
如何在测试中编写和报告断言 以获取基本断言示例
Fixtures 以获取基本夹具/设置示例
如何参数化fixtures和测试函数 以获取基本测试函数参数化示例
如何在 pytest 中使用基于 unittest 的测试 以获取基本单元测试集成示例
以下示例旨在处理您可能遇到的各种用例。
Here is a (growing) list of examples. Contact us if you need more examples or have questions. Also take a look at the comprehensive documentation which contains many example snippets as well. Also, pytest on stackoverflow.com often comes with example answers.
For basic examples, see
入门 for basic introductory examples
如何在测试中编写和报告断言 for basic assertion examples
Fixtures for basic fixture/setup examples
如何参数化fixtures和测试函数 for basic test function parametrization
如何在 pytest 中使用基于 unittest 的测试 for basic unittest integration
The following examples aim at various use cases you might encounter.