Renamed project to mongoengine
This commit is contained in:
parent
5fa01d89a5
commit
3017dc78ed
9 changed files with 10 additions and 10 deletions
|
|
@ -1,13 +1,13 @@
|
|||
import unittest
|
||||
|
||||
from mongomap import *
|
||||
from mongomap.connection import _get_db
|
||||
from mongoengine import *
|
||||
from mongoengine.connection import _get_db
|
||||
|
||||
|
||||
class DocumentTest(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
connect(db='mongomaptest')
|
||||
connect(db='mongoenginetest')
|
||||
|
||||
class Person(Document):
|
||||
name = StringField()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue