aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2019-10-11 18:11:43 +0200
committerGravatar Sebastiaan Zeeff <[email protected]>2019-10-11 18:11:43 +0200
commit70fb1315199d83f53d24b0772c940e66422d4cd4 (patch)
tree93b9da1b113e8a772b5b994a4b185812c1ca7878 /azure-pipelines.yml
parentMigrate pytest to unittest (diff)
Add tests for tests.base
I forgot to test some aspects of the `tests.base` module, including some branches of the `self.assertNotLogs` method. I've corrected that by including a couple of tests. I also removed the test result publishing from the Azure pipeline, since I've not configured an XML test runner yet. The coverage report is still published, of course and test output will be available in standard out, so information is readily available.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3d0932398..15470f9be 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -43,13 +43,6 @@ jobs:
codeCoverageTool: Cobertura
summaryFileLocation: coverage.xml
- - task: PublishTestResults@2
- displayName: 'Publish Test Results'
- condition: succeededOrFailed()
- inputs:
- testResultsFiles: junit.xml
- testRunTitle: 'Bot Test results'
-
- job: build
displayName: 'Build & Push Container'
dependsOn: 'test'