python-openstackclient/openstackclient/tests/unit/common
Ankur Gupta acc2d106ab Refactor Extension show and list command
1.keep the column display order consist in extension list with
  and without "--long" option.
2.rework for network extentsion list, openstacksdk return object,
  so the logic should be same with other service.
3.add some unit test cases, like: extension list --network --long,
  extension list --network --compute, to cover regular use cases.
4.raise exact exception when network extension don't exist, avoid
  internal TypeError in "extension show" commands.

Change-Id: I2e23ced80d8da8aa1106b22472db850367b351ce
Closes-Bug: #1689233
2017-05-18 11:33:45 +08:00
..
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_availability_zone.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_clientmanager.py Improve no-auth path 2017-04-24 18:57:10 -05:00
test_command.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_commandmanager.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_configuration.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_extension.py Refactor Extension show and list command 2017-05-18 11:33:45 +08:00
test_logs.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_module.py Support list commands by group name keyword 2017-02-23 12:13:06 +08:00
test_parseractions.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_quota.py Ignore more exceptions in quota list 2017-05-11 08:47:37 -05:00