pytest conftest example
1.0.0
conftest.py
此存储库包含文章的示例代码 - Pytest Conftest With Best Practices And Real Examples
Python (3.10.6)
请使用以下命令通过requirements.txt
文件安装依赖项
pip install -r requirements.txt
如果您尚未安装 Pip,请按照在线说明进行操作。
要运行单元测试,请从存储库运行的根目录运行
pytest ./tests/unit/
如果您对该项目有任何疑问,请在 GitHub 上提出问题。