X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/465ee0b4cfa68b5d7e1bd8c8752e69a0f6783215..1be598eb573f9ad234ba4ab8e467f07fd8351fa8:/tests/tests/__init__.py diff --git a/tests/tests/__init__.py b/tests/tests/__init__.py index ef64f9f..e69de29 100644 --- a/tests/tests/__init__.py +++ b/tests/tests/__init__.py @@ -1,18 +0,0 @@ -# -*- coding: utf-8 -*- -# This file is part of FNPDjango, licensed under GNU Affero GPLv3 or later. -# Copyright © Fundacja Nowoczesna Polska. See README.md for more information. -# -""" -This file works only for django.test.simple.DjangoTestSuiteRunner -in Django<1.6. The newer django.test.runner.DiscoverRunner finds -test_* modules by itself. - -""" -from .test_actions import * -from .test_middleware import * -from .test_storage import * -from .test_templatetags_fnp_annoy import * -from .test_templatetags_fnp_markup import * -from .test_templatetags_macros import * -from .test_utils_settings import * -from .test_utils_urls import *