Add source install cleanup test

This commit is contained in:
Labrys of Knossos 2019-03-31 12:13:11 -04:00
commit a531f4480e

View file

@ -40,6 +40,13 @@ jobs:
pytest tests --doctest-modules --junitxml=junit/test-results.xml
displayName: 'pytest'
- script:
rm -rf .git
python cleanup.py
python TorrentToMedia.py
python nzbToMedia.py
displayName: 'Test source install cleanup'
- task: PublishTestResults@2
inputs:
testResultsFiles: '**/test-results.xml'