summaryrefslogtreecommitdiff
path: root/_test/test_z_data.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_z_data.py')
-rw-r--r--_test/test_z_data.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/_test/test_z_data.py b/_test/test_z_data.py
index fcd09be..a4eec0d 100644
--- a/_test/test_z_data.py
+++ b/_test/test_z_data.py
@@ -128,6 +128,8 @@ class TestYAMLData(object):
value = buf.getvalue()
if PY2:
value = value.decode('utf-8')
+ print('value', value)
+ # print('expected', expected)
assert value == expected
def load_assert(self, input, confirm, yaml_version=None):