add pytest-mock

This commit is contained in:
harisreedhar
2026-05-11 16:35:12 +02:00
committed by henryruhs
parent 01baf8d2ea
commit 3a25476ca6
+2
View File
@@ -35,6 +35,7 @@ jobs:
python-version: '3.12' python-version: '3.12'
- run: python install.py --onnxruntime default --skip-conda - run: python install.py --onnxruntime default --skip-conda
- run: pip install pytest - run: pip install pytest
- run: pip install pytest-mock
- run: pip install httpx - run: pip install httpx
- run: pip install python-multipart - run: pip install python-multipart
- run: pytest - run: pytest
@@ -54,6 +55,7 @@ jobs:
- run: pip install coveralls - run: pip install coveralls
- run: pip install pytest - run: pip install pytest
- run: pip install pytest-cov - run: pip install pytest-cov
- run: pip install pytest-mock
- run: pip install httpx - run: pip install httpx
- run: pip install python-multipart - run: pip install python-multipart
- run: pytest tests --cov facefusion - run: pytest tests --cov facefusion