We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b50b9f commit dc20f57Copy full SHA for dc20f57
1 file changed
.github/workflows/unit_tests.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
python -m pip install --upgrade pip
23
pip install -r requirements.txt
24
- pip install pytest
+ pip install pytest pytest-mock
25
26
- name: Run tests (excluding integration tests)
27
0 commit comments