summaryrefslogtreecommitdiff
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2014-05-18 12:54:39 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2014-05-18 14:18:49 +0200
commitc7b2ac71acd93b5afdf5cb4d958ffa1bbcd464e1 (patch)
treefe6bd4baa7979a0c7796d8920a6093802d44f5c4 /tests/__init__.py
parentd26f41368e7c8936306cf1c34d73fff40d958128 (diff)
downloadfactory-boy-c7b2ac71acd93b5afdf5cb4d958ffa1bbcd464e1.tar
factory-boy-c7b2ac71acd93b5afdf5cb4d958ffa1bbcd464e1.tar.gz
Add DeprecationWarning for FACTORY_* kwargs
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 5b6fc55..855beea 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -4,6 +4,7 @@
from .test_base import *
from .test_containers import *
from .test_declarations import *
+from .test_deprecation import *
from .test_django import *
from .test_fuzzy import *
from .test_helpers import *