From fb39d551515c6ff4fea6b8408a4696adc89ed3a0 Mon Sep 17 00:00:00 2001 From: Ian Boden Date: Wed, 19 Jun 2024 14:41:47 +0100 Subject: [PATCH] What is going on? --- .github/workflows/python-package.yml | 2 +- test/test_api_state_thingState.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 8aec5a6..d3fa6f3 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -58,4 +58,4 @@ jobs: EVENTSTREAMS_USER: ${{ secrets.EVENTSTREAMS_USER }} EVENTSTREAMS_PASSWORD: ${{ secrets.EVENTSTREAMS_PASSWORD }} run: | - pytest + pytest -s -v diff --git a/test/test_api_state_thingState.py b/test/test_api_state_thingState.py index 5a87487..f895f1b 100644 --- a/test/test_api_state_thingState.py +++ b/test/test_api_state_thingState.py @@ -147,6 +147,8 @@ def testCleanup(self): ): print("Deleting old test schema instance: %s" % (s)) del self.appClient.state.draft.schemas[s.id] + else: + print("Not deleting %s" % (s)) def checkDT( self, DeviceType, name, description, deviceInfo=None, metadata=None, edgeConfiguration=None, classId="Device"