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 3411426 commit 64aa32aCopy full SHA for 64aa32a
azure-pipelines-templates/run-tests.yml
@@ -102,7 +102,7 @@ jobs:
102
## pytest --durations=0 -v --cov shotgun_api3 --cov-report xml --test-run-title="${{parameters.name}}-$(python.version)"
103
- bash: |
104
cp ./tests/example_config ./tests/config
105
- python -m pytest -v ./tests/test_api.py -k test_info
+ pytest --durations=0 -v --cov shotgun_api3 --cov-report xml --test-run-title="${{parameters.name}}-$(python.version)"
106
displayName: Running tests
107
env:
108
# Pass the values needed to authenticate with the Flow Production Tracking site and create some entities.
0 commit comments