From 676e02fd916a4e41a6080d29ef8f89925c499f35 Mon Sep 17 00:00:00 2001 From: Jonathan Tushman Date: Sat, 7 Sep 2013 16:30:25 -0400 Subject: Adding factory support for mongoengine (Closes #89). --- tests/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/__init__.py') diff --git a/tests/__init__.py b/tests/__init__.py index 9960382..d823a87 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -9,3 +9,4 @@ from .test_fuzzy import * from .test_using import * from .test_utils import * from .test_alchemy import * +from .test_mongoengine import * -- cgit v1.2.3