displayName: 'Install dependencies'
- script: |
- pip install pytest pytest-azurepipelines
+ pip install pytest pytest-cov pytest-azurepipelines
pytest --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html
displayName: 'pytest'
displayName: 'Install dependencies'
- script: |
- pip install pytest pytest-azurepipelines
+ pip install pytest pytest-cov pytest-azurepipelines
pytest --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html
displayName: 'pytest'