summaryrefslogtreecommitdiff
path: root/tests/__init__.py
blob: 14f1e9d5a5c891b3ffb0a9894f1aac52c4cb66b7 (plain)
1
2
3
4
5
6
# -*- coding: utf-8 -*-
# Copyright (c) 2011 Raphaël Barrois

from .test_base import *
from .test_containers import *
from .test_declarations import *