python-openstackclient/openstackclient/tests/common
Dean Troyer 4844a25779 Add basic timing support
Add support for --timing options.  Use cliff via a pseudo-command
'Timing' to support multiple outputformats.

If an output format other than the default 'table' is selected
use CSV since the timing data is in list form.

Will pick up timing data for any client object that has a method
similar to novaclient's get_timings().

TODO:
* Stop instantiating all of the clientmanager client objects just
  to check for timing data.  Descriptor magic required?

Change-Id: I7f1076b7a250fba6a8b24b2ae9353a7f51b792b2
2014-07-08 02:04:00 -05:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
test_clientmanager.py Add to clientmanager tests 2013-09-05 12:54:14 -05:00
test_commandmanager.py Update OSC's CommandManager subclass 2013-12-03 17:40:54 -06:00
test_extension.py Add support for extension list 2014-06-11 13:40:30 -06:00
test_module.py Add module list command 2013-12-03 17:53:55 -06:00
test_parseractions.py Fixed several typos throughout the codebase 2014-05-21 07:47:52 -07:00
test_restapi.py Fix PEP8 E265 errors 2014-06-27 09:12:55 -05:00
test_timing.py Add basic timing support 2014-07-08 02:04:00 -05:00
test_utils.py Fix find_resource for keystone and cinder 2014-06-17 10:24:26 -06:00