summaryrefslogtreecommitdiff
path: root/tests/__init__.py
blob: b2c772d4247a072324a70e095a4d15439819eb53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- coding: utf-8 -*-
# Copyright (c) 2011-2015 Raphaël Barrois

# factory.django needs a configured Django.
from .test_django import *

from .test_base import *
from .test_containers import *
from .test_declarations import *
from .test_faker import *
from .test_fuzzy import *
from .test_helpers import *
from .test_using import *
from .test_utils import *
from .test_alchemy import *
from .test_mongoengine import *