debug print to see what travis is doing

This commit is contained in:
Stefan Wojcik 2016-12-03 21:20:29 -05:00
parent debc28a5cf
commit 890e58bfcd

View File

@ -2206,6 +2206,8 @@ class QuerySetTest(unittest.TestCase):
.comment('looking for an adult') .comment('looking for an adult')
.first()) .first())
ops = q.get_ops() ops = q.get_ops()
import pprint
pprint.pprint(ops)
self.assertEqual(len(ops), 1) self.assertEqual(len(ops), 1)
op = ops[0] op = ops[0]
self.assertEqual(op['query']['$query'], { self.assertEqual(op['query']['$query'], {