Skip to content

Commit

Permalink
changed test output
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleinrotti committed Feb 11, 2022
1 parent 356cdcf commit 9559b0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/data_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ def test_request(self):
self.senertec.logout()

def output(self, value: canipValue):
print(value.friendlyDataName + ": " +
value.dataValue.__str__() + value.dataUnit)
print("Source: " + value.sourceDatapoint + "\nBoard: " +
value.boardName + "\nName: " + value.friendlyDataName + "\nValue: " +
value.dataValue.__str__() + value.dataUnit + "\n")

0 comments on commit 9559b0a

Please sign in to comment.