Files
Pinry/pinry/core/tests/__init__.py
Krzysztof Klimonda 7a85f1b514 Use post_generation hooks to populate models with some data
Factory Boy provides us with a better way of populating complicated
fields (like M2M relations) than overriding _prepare class method,
so we should be using them.
2013-03-04 14:58:54 -08:00

4 lines
96 B
Python

from .api import *
from .forms import *
from .helpers import PinFactoryTest
from .views import *