Added pytest-mock
This commit is contained in:
1
.github/workflows/pythonpackage.yml
vendored
1
.github/workflows/pythonpackage.yml
vendored
@@ -31,4 +31,5 @@ jobs:
|
|||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
pip install pytest
|
pip install pytest
|
||||||
|
pip install pytest-mock
|
||||||
python -m pytest tests/
|
python -m pytest tests/
|
||||||
|
|||||||
Reference in New Issue
Block a user