Skip to content

Commit 64aa32a

Browse files
committed
Tests
1 parent 3411426 commit 64aa32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-templates/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
## pytest --durations=0 -v --cov shotgun_api3 --cov-report xml --test-run-title="${{parameters.name}}-$(python.version)"
103103
- bash: |
104104
cp ./tests/example_config ./tests/config
105-
python -m pytest -v ./tests/test_api.py -k test_info
105+
pytest --durations=0 -v --cov shotgun_api3 --cov-report xml --test-run-title="${{parameters.name}}-$(python.version)"
106106
displayName: Running tests
107107
env:
108108
# Pass the values needed to authenticate with the Flow Production Tracking site and create some entities.

0 commit comments

Comments
 (0)