designate-dashboard/designatedashboard/tests
Steve McLellan 9aa1f9bd59 Fix unit tests under Django 1.9
Importing openstack_dashboard from within tests/__init__.py causes
problems under Django 1.9 because some changes to module loading mean
that Django gets upset that it hasn't finished loading its application.

Moving the import and BaseRecordFormCleanTests to tests/base.py resolves
the issue.

In addition, tests/settings.py is modified to use logging.NullHandler
rather than django.utils.log.NullHandler which was removed in Django 1.9

Change-Id: I485eb77f13a9173cf9bec9dd7ec024be9b4de3e8
2016-03-24 15:07:58 +00:00
..
__init__.py Fix unit tests under Django 1.9 2016-03-24 15:07:58 +00:00
.secret_key_store Added designate-dashboard code to contrib/designate-dashboard 2014-11-26 23:18:15 +00:00
base.py Fix unit tests under Django 1.9 2016-03-24 15:07:58 +00:00
settings.py Fix unit tests under Django 1.9 2016-03-24 15:07:58 +00:00
test_designatedashboard.py Fix unit tests under Django 1.9 2016-03-24 15:07:58 +00:00
test_ptr_record_form.py Fix unit tests under Django 1.9 2016-03-24 15:07:58 +00:00
test_spf_record_form.py Fix unit tests under Django 1.9 2016-03-24 15:07:58 +00:00
test_sshfp_record_form.py Fix unit tests under Django 1.9 2016-03-24 15:07:58 +00:00