add pytest-mock

This commit is contained in:
sommersoft 2022-04-17 18:40:41 -05:00
parent 15ee41d22d
commit 2c1a1bf68e
2 changed files with 22 additions and 0 deletions

View File

@ -60,6 +60,13 @@ jobs:
matrix_exclude: |
3.6
- name: "pytest-mock"
repo: "pytest-dev/pytest-mock"
docker_profile: "nodb"
jobs: "test"
workflow_name: "test.yml"
matrix_exclude: ""
steps:
- uses: actions/checkout@v2
with:

View File

@ -43,5 +43,20 @@
"replace": "py\\1\\2"
}
}
},
"pytest-mock": {
"matrix": [
"matrix",
"python"
],
"tox_cmd_build": {
"base": "",
"prefix": "",
"sub":
{
"pattern": "(\\d|py\\d)\\.*(\\d+)",
"replace": "py\\1\\2"
}
}
}
}