mirror of
https://github.com/django-components/django-components.git
synced 2025-10-17 01:07:12 +00:00
Add trick to make tests pass on Django 1.11 too.
This commit is contained in:
parent
ec7b10f4db
commit
e9fba9538f
3 changed files with 9 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
|||
from textwrap import dedent
|
||||
|
||||
from django.test import SimpleTestCase
|
||||
|
||||
from django_components import component
|
||||
|
||||
from .django_test_setup import * # NOQA
|
||||
from .testutils import Django111CompatibleSimpleTestCase as SimpleTestCase
|
||||
|
||||
|
||||
class ComponentRegistryTest(SimpleTestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue