aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-07-18 00:03:54 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-08-22 18:41:49 +0200
commitdb97438a415488eda218617cf161bfdf8e2c1586 (patch)
treecca6de195ee3b540a4bb0f532805ea4b47d8e8a7 /test
parentdbd47fe3e0002d9a9c1975075d7435a15b87fb51 (diff)
downloadyamlish-db97438a415488eda218617cf161bfdf8e2c1586.tar.gz
Just changing git repository of the package.0.10
Diffstat (limited to 'test')
-rw-r--r--test/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/__init__.py b/test/__init__.py
index 05ba3b2..1c5c139 100644
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -41,7 +41,7 @@ def _create_input_test(test_src, tested_function):
logging.debug("test_src['out'] = %s", unicode(test_src['out']))
self.assertEqual(got, want, """Result matches
expected = %s
-
+
observed = %s
""" % (want, got))