summaryrefslogtreecommitdiff
path: root/ceilometerclient/tests/test_shell.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Raise traceback on error when using CLI and -debug"Jenkins2014-01-281-0/+21
|\
| * Raise traceback on error when using CLI and -debugChmouel Boudjnah2014-01-191-0/+21
| | | | | | | | | | | | | | When --debug is specified to the CLI don't just print the simple error message but actually reraise that error. Change-Id: Iac624dbb3490d29e32a9ea251c14766186df31db
* | Merge "Remove ununsed httplib2 requirement"Jenkins2014-01-271-6/+0
|\ \
| * | Remove ununsed httplib2 requirementChmouel Boudjnah2014-01-271-6/+0
| |/ | | | | | | | | | | | | | | This is not needed anymore since the logging is handled by six.moves/httplib. Change-Id: I4de3cfd8d8d3c08b38e39fde12172bdb4de0cea0 Closes-Bug: 1272986
* | Replace inheritance hierarchy with compositionAndrey Kurilin2014-01-151-2/+2
|/ | | | | | | | | In the process of unification of the clients code we should use composition to allow easier replacement with common HTTPClient. bp common-client-library-2 Change-Id: I98d2bc89d5b1a36c30771923cd1cda7925e563d5
* Replace mox3 with mock in unit testLianhao Lu2013-10-211-4/+5
| | | | | | Compared to mox3, mock is tested much more in various Python 3 versions. Change-Id: I9e83aa622257c36ff47c79f6b491c1b074d2245d
* Import six.StringIOKui Shi2013-10-141-2/+2
| | | | | | | | | | six.StringIO This is an fake file object for textual data. It is an alias for StringIO.StringIO in Python 2 and io.StringIO in Python 3. Partial Implement: blueprint py33-support Change-Id: I76c05041565614241eea7b7595e4503c88211ee8
* Updated from global requirementsMonty Taylor2013-08-081-0/+12
| | | | Change-Id: Ibf423f14a5c37aa298b2115bfd4936f660c6f530
* Move tests to ceilometerclient.Monty Taylor2013-06-301-0/+89
tests.* implies an incorrect global package name. Additionally, consuming code can benefit from being able to choose to consume test code and fixtures. Change-Id: I7ba2b3ba1c2a99410b54fc40b48dfe2fc53eb79a