Skip to content

Commit

Permalink
Make test output less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Aug 12, 2023
1 parent 9036d65 commit 7406f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/tests/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

# Tests for issue #587
bytearr = inst.to_bytes("yaml")
print(bytes(bytearr).decode())
#print(bytes(bytearr).decode())
if HAVE_PYTEST:
with pytest.raises(dlite.DLiteError):
inst.to_bytes("json")

0 comments on commit 7406f48

Please sign in to comment.