horizon/horizon/test/tests
Itxaka 70f074e7cb
Fix operation_log middleware tests
There seems to be a couple of errors on the operation_log
middleware tests that were being ignored on the tests
runnners.

On the first we were trying to access a local var from the
OperationLogMiddleware class to compare the default log
format. This is fixed by making it an attribute instead.

The second one was an icorrect use of the delattr function
as it was used as part of the request object, while its a
standalone function.

Change-Id: Ib05cfd1d6acb940a40c8bb1d1bdf3cdf837a0454
2017-07-05 15:49:11 +02:00
..
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
babel_extract_angular.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
base.py Use flake8-import-order plugin 2017-07-03 08:02:23 +00:00
exceptions.py Fix some annotation errors 2017-02-15 00:37:45 +00:00
forms.py Horizon selects are now themable: Launch Instance 2016-06-08 18:25:23 +00:00
messages.py Modify use of assertTrue(A in B) 2016-09-03 11:26:52 +08:00
middleware.py Fix operation_log middleware tests 2017-07-05 15:49:11 +02:00
notifications.py Add message of the day option 2016-01-22 11:31:36 -08:00
selenium_tests.py Modify use of assertTrue(A in B) 2016-09-03 11:26:52 +08:00
tables.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
tabs.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
templatetags.py hacking: Specify white list rules in noqa explicity 2017-05-24 03:03:41 +00:00
test_commands.py Update startdash/startpanel for newer Django patterns 2015-11-13 03:40:26 +00:00
test_file_discovery.py Use flake8-import-order plugin 2017-07-03 08:02:23 +00:00
utils.py hacking: Specify white list rules in noqa explicity 2017-05-24 03:03:41 +00:00
views.py Document and improve PageTitleMixin readability 2015-02-11 16:16:20 +00:00
workflows.py Support allowed() in workflows.Step 2017-04-17 08:23:48 +00:00