From de91860d5d7ba4f5b81ada79484eb9b83b324f15 Mon Sep 17 00:00:00 2001 From: iglocska Date: Fri, 13 Nov 2015 11:10:53 +0100 Subject: [PATCH] Print the event so we can see what travis is trying to compare against - should help with the debugw --- tests/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test.py b/tests/test.py index 739984d..880c4fd 100755 --- a/tests/test.py +++ b/tests/test.py @@ -37,6 +37,7 @@ class TestBasic(unittest.TestCase): u'ShadowAttribute': [], u'published': False, u'distribution': u'0', u'Attribute': [], u'proposal_email_lock': False, u'threat_level_id': u'1'}} + print event self.assertEqual(event, to_check, 'Failed at creating a new Event') return int(event_id)