python-openstackclient/openstackclient/tests/common
Dean Troyer 749920bc65 Move OSC auth plugins so they can be found
The plugin detection at the top of openstackclient.api.auth did not
detect the plugins at the bottom of that file because, surprise,
they had not been declared yet so the entry points were ignored.

Move both plugin subclasses into openstackclient.api.auth_plugin.

Fix a problem with the password callback that was otherwise made
worse with this change.

Closes-Bug: 1428912
Change-Id: Idc3b72534071e0013c8922884a8bc14137509a0f
2015-03-10 03:16:12 +00:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
test_clientmanager.py Move OSC auth plugins so they can be found 2015-03-10 03:16:12 +00:00
test_commandmanager.py fix the wrong order of assertEqual args 2015-01-27 17:02:41 +08:00
test_extension.py fix the wrong order of assertEqual args 2015-01-27 17:02:41 +08:00
test_module.py Add 'command list' command 2014-10-08 21:57:26 -05:00
test_parseractions.py fix the wrong order of assertEqual args 2015-01-27 17:02:41 +08:00
test_timing.py Add basic timing support 2014-07-08 02:04:00 -05:00
test_utils.py Add sort support to image list 2015-02-06 10:57:10 +08:00