refactor more field tests into submodules #1983

This commit is contained in:
Bastien Gérard
2019-02-21 23:12:19 +01:00
parent 28606e9985
commit b9cc8a4ca9
15 changed files with 1722 additions and 1619 deletions

View File

@@ -4,11 +4,6 @@ import math
import itertools
import re
try:
from bson.int64 import Int64
except ImportError:
Int64 = long
from mongoengine import *
from tests.utils import MongoDBTestCase