summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-08-25 16:01:11 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-08-25 16:01:11 -0700
commit62ad44e358f117464b8730cb4347ab6a59bb4312 (patch)
tree394d62cec353bedea6fc090bfd133f4ba4a474be /test
parent5c3ef83c785793c13614f7aec4c376937885a180 (diff)
entity_tests.py - omit noisy success output.
Diffstat (limited to 'test')
-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]')