mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
change test scripts.
This commit is contained in:
parent
6a14ccb78d
commit
80f161a8a9
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ jobs:
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
pip install pytest
|
pip install pytest
|
||||||
pytest tests --doctest-modules --junitxml=junit/test-results.xml
|
pytest nzbToMedia.py --doctest-modules --junitxml=junit/test-results.xml
|
||||||
|
pytest TorrentToMedia.py --doctest-modules --junitxml=junit/test-results.xml
|
||||||
displayName: 'pytest'
|
displayName: 'pytest'
|
||||||
|
|
||||||
- task: PublishTestResults@2
|
- task: PublishTestResults@2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue