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 上提出問題。