We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49874f commit ffcbd50Copy full SHA for ffcbd50
.github/workflows/tests.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
21
- pip install pytest
+ pip install pytest pytest-mock
22
- name: Run tests
23
run: pytest
0 commit comments