mirror of
https://github.com/facefusion/facefusion.git
synced 2026-08-18 06:47:13 +02:00
add pytest-mock
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user