horizon/openstack_dashboard/test/tests
Luong Anh Tuan ac404c4bcf Fix order of arguments in assertEqual
Some tests used incorrect order assertEqual(observed, expected).

The correct order expected by testtools is
assertEqual(expected, observed).

Change-Id: I83b7009f9b32f4abc88c23cafbe293b65dc25fb4
Partial-Bug: #1259292
2016-08-16 12:02:45 +07:00
..
__init__.py Allow running tests individually 2012-11-15 14:50:51 +11:00
error_pages.py Port error_pages tests to Python 3 2015-09-01 18:38:55 +02:00
policy_backend.py Finally remove policy engine code from openstack_dashboard 2015-09-28 21:39:28 +00:00
policy.py Finally remove policy engine code from openstack_dashboard 2015-09-28 21:39:28 +00:00
quotas.py Allow horizon to function without nova 2016-07-26 09:15:48 -05:00
selenium_tests.py Tests pass in languages other than English 2015-01-14 12:59:42 -07:00
templates.py Fix Flake8 style warnings in openstack_dashboard/ 2014-07-30 14:13:24 +02:00
utils.py Fix order of arguments in assertEqual 2016-08-16 12:02:45 +07:00