add pytest-mock

This commit is contained in:
harisreedhar
2026-02-09 14:34:54 +05:30
committed by henryruhs
parent 995804410b
commit bb852ac06b
+2
View File
@@ -35,6 +35,7 @@ jobs:
python-version: '3.12'
- run: python install.py --onnxruntime default --skip-conda
- run: pip install pytest
- run: pip install pytest-mock
- run: pip install httpx
- run: pip install python-multipart
- run: pytest
@@ -54,6 +55,7 @@ jobs:
- run: pip install coveralls
- run: pip install pytest
- run: pip install pytest-cov
- run: pip install pytest-mock
- run: pip install httpx
- run: pip install python-multipart
- run: pytest tests --cov facefusion