diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-04-11 23:59:32 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-04-11 23:59:32 +0200 |
commit | 54971381fb31167d1f47b5e705480e044d702602 (patch) | |
tree | e5474cf88b5eca77515ee8fd72c84d87971b6494 /tests/__init__.py | |
parent | 8c1784e8c1eac65f66b4a1ecc4b8b0ddd5de9327 (diff) | |
download | factory-boy-54971381fb31167d1f47b5e705480e044d702602.tar factory-boy-54971381fb31167d1f47b5e705480e044d702602.tar.gz |
Add factory.fuzzy (Closes #41).
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 7531edd..3c620d6 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -4,5 +4,6 @@ from .test_base import * from .test_containers import * from .test_declarations import * +from .test_fuzzy import * from .test_using import * from .test_utils import * |