Test needs a connection...
This commit is contained in:
parent
c903af032f
commit
6f5bd7b0b9
1 changed files with 3 additions and 0 deletions
|
|
@ -2101,6 +2101,9 @@ class QuerySetTest(unittest.TestCase):
|
|||
|
||||
class QTest(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
connect(db='mongoenginetest')
|
||||
|
||||
def test_empty_q(self):
|
||||
"""Ensure that empty Q objects won't hurt.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue