diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-09-17 00:28:48 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-09-17 00:28:54 +0200 |
commit | a8742c973db224968b74bb054027130b2ab458e0 (patch) | |
tree | e6aff374e0a4fc5f9bc9937c435bec08454f9279 /factory/__init__.py | |
parent | da715e33bbba0428f0be25e8cc3ff4e88ec72bbb (diff) | |
download | factory-boy-a8742c973db224968b74bb054027130b2ab458e0.tar factory-boy-a8742c973db224968b74bb054027130b2ab458e0.tar.gz |
Add 'factory.debug' context manager.
Diffstat (limited to 'factory/__init__.py')
-rw-r--r-- | factory/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/factory/__init__.py b/factory/__init__.py index a27eb40..a71fea5 100644 --- a/factory/__init__.py +++ b/factory/__init__.py @@ -58,6 +58,8 @@ from .declarations import ( ) from .helpers import ( + debug, + build, create, stub, |