diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-01-12 08:50:29 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-01-12 08:50:49 +0100 |
commit | 363fa7b470286f2b38ab33a7e986bfd000f25d86 (patch) | |
tree | 3f1d9a8d654bdcb31eb483874dcb156f61b1f03c /tests/__init__.py | |
parent | 4964327f517202ecc99a0bf1f90d548eb9f9f5a1 (diff) | |
download | factory-boy-363fa7b470286f2b38ab33a7e986bfd000f25d86.tar factory-boy-363fa7b470286f2b38ab33a7e986bfd000f25d86.tar.gz |
Rearrange tests.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
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 14f1e9d..7ab3567 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -4,3 +4,4 @@ from .test_base import * from .test_containers import * from .test_declarations import * +from .test_using import * |