There was an error while loading. Please reload this page.
1 parent 36c8c7a commit b1fe4bfCopy full SHA for b1fe4bf
azure-pipelines.yml
@@ -26,11 +26,7 @@ steps:
26
displayName: 'Use Python $(python.version)'
27
28
- script: |
29
- python -m pip install --upgrade pip
30
- pip install -r requirements.txt
31
- displayName: 'Install dependencies'
32
-
33
-- script: |
34
- pip install pytest pytest-azurepipelines
35
- pytest
36
- displayName: 'pytest'
+ pip install pytest
+ pip install pytest-cov
+ pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
+ displayName: 'Test with pytest'
0 commit comments