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 36cb6bd commit c12ade7Copy full SHA for c12ade7
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