9aa1f9bd59
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
0 lines
Python
0 lines
Python