mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Make sure that the urls.py is loaded before the tests are run. Django 1.6 doesn't guarantee this anymore. Part of a Fix for #387.
This commit is contained in:
parent
d1f5e060f8
commit
b8ab2e4408
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# make sure that everything is setup for tests. Django 1.6 doesn't necessarily
|
||||
# load the urls.py before the tests are run.
|
||||
import example.urls
|
||||
|
||||
from test_apiviews import *
|
||||
from test_builtin_api_resources import *
|
||||
from test_permissions import *
|
||||
|
|
|
|||
Loading…
Reference in a new issue