X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/28b1d7e9f4a7008712736adce363ca2770d48aea..1be598eb573f9ad234ba4ab8e467f07fd8351fa8:/tests/tests/__init__.py diff --git a/tests/tests/__init__.py b/tests/tests/__init__.py index 468aae5..e69de29 100644 --- a/tests/tests/__init__.py +++ b/tests/tests/__init__.py @@ -1,16 +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_middleware import * -from .test_storage import * -from .test_templatetags_fnp_markup import * -from .test_templatetags_macros import * -from .test_utils_settings import * -from .test_utils_urls import *