diff options
author | minimumserious <commande.romain@gmail.com> | 2013-06-13 00:16:26 +0200 |
---|---|---|
committer | Raphaƫl Barrois <raphael.barrois@polytechnique.org> | 2013-06-20 01:40:14 +0200 |
commit | e3e654a2686d195bcad4ca2723bf31936af2d270 (patch) | |
tree | 359f4d50ef9b53e5956b2ab753f2fac1558802e6 /tests/__init__.py | |
parent | f21612942888b3a2290ee6b4468b6934090fe7af (diff) | |
download | factory-boy-e3e654a2686d195bcad4ca2723bf31936af2d270.tar factory-boy-e3e654a2686d195bcad4ca2723bf31936af2d270.tar.gz |
Added some tests for SQLAlchemyModelFactory
Diffstat (limited to 'tests/__init__.py')
-rw-r--r-- | tests/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py index 1529e21..9960382 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -8,3 +8,4 @@ from .test_django import * from .test_fuzzy import * from .test_using import * from .test_utils import * +from .test_alchemy import * |