remove debug statement
This commit is contained in:
@@ -171,7 +171,6 @@ class ConnectionTest(unittest.TestCase):
|
|||||||
|
|
||||||
c.admin.system.users.remove({})
|
c.admin.system.users.remove({})
|
||||||
c.mongoenginetest.system.users.remove({})
|
c.mongoenginetest.system.users.remove({})
|
||||||
self.assertTrue(False)
|
|
||||||
|
|
||||||
def test_connect_uri_without_db(self):
|
def test_connect_uri_without_db(self):
|
||||||
"""Ensure connect() method works properly if the URI doesn't
|
"""Ensure connect() method works properly if the URI doesn't
|
||||||
|
|||||||
Reference in New Issue
Block a user