horizon/horizon/test/tests
Thomas Goirand 8d1ec57045 [Django 1.9] Stop using django.utils.importlib
Horizon still uses django.utils.importlib which is removed from Django
1.9. We should use:
from importlib import import_module

instead of:
from django.utils.importlib import import_module

Change-Id: I422e14546468cb9c5627e746023948aab107a338
Closes-Bug: #1534522
Partially-Implements: blueprint drop-dj17
Co-Authored-By: Rob Cresswell <robert.cresswell@outlook.com>
2016-01-26 11:19:23 +00:00
..
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
babel_extract_angular.py Merge "Port last test to Python 3" 2015-08-22 08:56:28 +00:00
base.py [Django 1.9] Stop using django.utils.importlib 2016-01-26 11:19:23 +00:00
exceptions.py Improve message propagation in exceptions.handle 2015-09-02 18:03:57 -06:00
forms.py Port horizon forms tests to Python 3 2015-09-02 16:22:15 +02:00
messages.py Removed the '_safe_message' variable from the API exceptions 2015-05-06 15:33:10 +00:00
middleware.py Removing last_activity session flag 2015-10-05 04:48:17 +00:00
selenium_tests.py Drop QUnit JS tests in favor of Jasmine 2015-08-27 13:09:00 +00:00
tables.py Use assertTrue/False instead of assertEqual(T/F) 2016-01-04 20:13:30 -05:00
tabs.py Fix UTF-8 handling in tables 2015-09-22 18:38:18 +10:00
templatetags.py Remove arguments "{}" in function definitions 2015-12-15 14:30:22 +00:00
test_commands.py Update startdash/startpanel for newer Django patterns 2015-11-13 03:40:26 +00:00
test_file_discovery.py [Django 1.9] Replace django.utils.unittest 2016-01-18 16:19:00 +00:00
utils.py Revert "Neutron: fix ICMP code and type validators" 2016-01-08 11:36:21 +00:00
views.py Document and improve PageTitleMixin readability 2015-02-11 16:16:20 +00:00
workflows.py Use assertTrue/False instead of assertEqual(T/F) 2016-01-04 20:13:30 -05:00