From 3003c74bd6abfffe753540d31dba86d0a34d18a6 Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Wed, 19 Jul 2023 11:19:59 +0200 Subject: [PATCH] SSDM-13735: updated test config --- api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py b/api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py index 16eebb96c49..f1700ac09cc 100644 --- a/api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py +++ b/api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py @@ -27,7 +27,7 @@ class TestCase(testcase.TestCase): self.openbisController = self.createOpenbisController() self.openbisController.allUp() # run tests - util.executeCommand(['pytest', '-s', '--junitxml=test_results_pybis.xml', + util.executeCommand(['pytest', '--verbose', '--junitxml=test_results_pybis.xml', 'api-openbis-python3-pybis/src/python/tests']) -- GitLab