python-openstackclient/openstackclient/tests
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
..
common Add basic timing support 2014-07-08 02:04:00 -05:00
compute Add support for extension list 2014-06-11 13:40:30 -06:00
identity Remove backslash usage from a few tests 2014-07-02 00:00:33 -04:00
image Python 3: do not use __builtin__ 2014-07-03 00:27:35 +02:00
network Move network stuff to v2 instead of v2_0 2014-07-07 06:08:02 -06:00
object Remove copyright from empty files 2014-01-20 17:28:13 +04:00
volume Fix PEP8 E265 errors 2014-06-27 09:12:55 -05:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Network CRUD 2014-06-24 15:00:25 -06:00
test_shell.py Move network stuff to v2 instead of v2_0 2014-07-07 06:08:02 -06:00
utils.py Fix PEP8 H405 errors 2014-06-27 09:12:38 -05:00