Skip to content

Commit

Permalink
Improved the testing of our Python interface.
Browse files Browse the repository at this point in the history
The idea is to have only one output file per Python test (as opposed to one for each platform and each release/debug mode).
  • Loading branch information
agarny committed Aug 11, 2020
1 parent 0480536 commit 3da6f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/support/PythonSupport/tests/data/utils.py
Expand Up @@ -59,7 +59,7 @@ def values(data, data_type, indent=''):
try:
print_values(item.values())
except Exception:
print(item.value())
print(str_value(item.value()))
else:
print('%s - %s: empty' % (indent, data_type))

Expand Down

0 comments on commit 3da6f49

Please sign in to comment.