summaryrefslogtreecommitdiff
path: root/factory/__init__.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-01-12 08:50:29 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-01-12 08:50:49 +0100
commit363fa7b470286f2b38ab33a7e986bfd000f25d86 (patch)
tree3f1d9a8d654bdcb31eb483874dcb156f61b1f03c /factory/__init__.py
parent4964327f517202ecc99a0bf1f90d548eb9f9f5a1 (diff)
downloadfactory-boy-363fa7b470286f2b38ab33a7e986bfd000f25d86.tar
factory-boy-363fa7b470286f2b38ab33a7e986bfd000f25d86.tar.gz
Rearrange tests.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'factory/__init__.py')
-rw-r--r--factory/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/factory/__init__.py b/factory/__init__.py
index b673162..7f40d6f 100644
--- a/factory/__init__.py
+++ b/factory/__init__.py
@@ -46,10 +46,13 @@ from declarations import (
LazyAttribute,
Sequence,
LazyAttributeSequence,
+ SelfAttribute,
+ LazyContainerAttribute,
SubFactory,
lazy_attribute,
sequence,
lazy_attribute_sequence,
+ lazy_container_attribute,
)