A somewhat usable and tested version.
[django-ssify.git] / tests / tests / __init__.py
1 # -*- coding: utf-8 -*-
2 # This file is part of django-ssify, licensed under GNU Affero GPLv3 or later.
3 # Copyright © Fundacja Nowoczesna Polska. See README.md for more information.
4 #
5 """
6 This file works only for django.test.simple.DjangoTestSuiteRunner
7 in Django<1.6.  The newer django.test.runner.DiscoverRunner finds
8 test_* modules by itself.
9
10 """
11 from __future__ import unicode_literals
12
13 from .test_args import *
14 from .test_basic import *
15 from .test_csrf import *
16 from .test_locale import *