summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Hees <dev@joernhees.de>2016-03-17 11:41:01 +0100
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2017-01-18 20:01:01 +0100
commitc28d0de458352dc4766e5f016a1ae9ee8b991fda (patch)
treef86952238d78570d7c1c5a3f8845f8bd524b4e02
parentab30d192bf46ea6807d85539b10316e5c91d6b99 (diff)
downloadrdflib-c28d0de458352dc4766e5f016a1ae9ee8b991fda.tar.gz
better output in DAWG tests
-rw-r--r--test/test_dawg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_dawg.py b/test/test_dawg.py
index 3903ff09..bdacd992 100644
--- a/test/test_dawg.py
+++ b/test/test_dawg.py
@@ -432,7 +432,7 @@ def query_test(t):
assert bindingsCompatible(
set(res),
set(res2)
- ), 'Bindings do not match: \n%s\n!=\n%s' % (
+ ), 'Bindings do not match: \nexpected:\n%s\n!=\ngot:\n%s' % (
res.serialize(format='txt', namespace_manager=g.namespace_manager),
res2.serialize(format='txt', namespace_manager=g.namespace_manager))
elif res.type == 'ASK':