From a8742c973db224968b74bb054027130b2ab458e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 17 Sep 2013 00:28:48 +0200 Subject: Add 'factory.debug' context manager. --- 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 d823a87..5b6fc55 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -6,6 +6,7 @@ from .test_containers import * from .test_declarations import * from .test_django import * from .test_fuzzy import * +from .test_helpers import * from .test_using import * from .test_utils import * from .test_alchemy import * -- cgit v1.2.3