pytest系列教程——1、pytest快速入门
pytest快速入门简介The pytest framework makes it easy to write small, readable tests, and can scale to support complex functional testing for applications and libraries.官网地址中文翻译地址1、安装pip install pytest2、快速上手新建test.py文件:#test.pyimport pytestdef inc