debug print to see what travis is doing
This commit is contained in:
parent
debc28a5cf
commit
890e58bfcd
@ -2206,6 +2206,8 @@ class QuerySetTest(unittest.TestCase):
|
||||
.comment('looking for an adult')
|
||||
.first())
|
||||
ops = q.get_ops()
|
||||
import pprint
|
||||
pprint.pprint(ops)
|
||||
self.assertEqual(len(ops), 1)
|
||||
op = ops[0]
|
||||
self.assertEqual(op['query']['$query'], {
|
||||
|
Loading…
x
Reference in New Issue
Block a user