summaryrefslogtreecommitdiff
path: root/test/entity_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/entity_tests.py')
-rw-r--r--test/entity_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/entity_tests.py b/test/entity_tests.py
index 0e3daad..ebaf9f7 100644
--- a/test/entity_tests.py
+++ b/test/entity_tests.py
@@ -54,7 +54,7 @@ for entity, utf8 in entities:
print(entity, '[ERRORED (return code {})]'.format(rc))
print(err)
elif check in actual:
- print(entity, '[PASSED]')
+ # print(entity, '[PASSED]') # omit noisy success output
passed += 1
else:
print(entity, '[FAILED]')