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,7 +4,7 @@ from mongoengine import *
from tests.utils import MongoDBTestCase
class TestFloatField(MongoDBTestCase):
class TestURLField(MongoDBTestCase):
def test_validation(self):
"""Ensure that URLFields validate urls properly."""