blob: 1529e21e1f8b1bac54dbeb003342dec69cfc04ff (
plain)
1
2
3
4
5
6
7
8
9
10
|
# -*- coding: utf-8 -*-
# Copyright (c) 2011-2013 Raphaël Barrois
from .test_base import *
from .test_containers import *
from .test_declarations import *
from .test_django import *
from .test_fuzzy import *
from .test_using import *
from .test_utils import *
|