summaryrefslogtreecommitdiff
path: root/ceilometerclient/tests/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Use HTTPClient from common Oslo codeekudryashova2014-07-311-43/+0
| | | | | | | | | In the process of unification of the clients code we should reuse common functionality from Oslo. bp common-client-library-2 Change-Id: I0e027c33ee42b6de032d33269caeea33e7837f40
* Fix hacking rules: H302,H305,H307,H402ZhiQiang Fan2014-06-111-0/+1
| | | | | | | | | | Currently, OpenStack Proposal Bot tries to update requirements with global requirements, while the upgraded hacking has introduced some new rules which are not fully handled by current code. This patch fixes some simple rules which are quite straight-forward. Change-Id: If8334f69fb1ad34fbbd6ad898e0e92eb3f81e95a
* Replace mox3 with mock in unit testLianhao Lu2013-10-211-3/+0
| | | | | | Compared to mox3, mock is tested much more in various Python 3 versions. Change-Id: I9e83aa622257c36ff47c79f6b491c1b074d2245d
* Replace mox with mox3Kui Shi2013-10-151-1/+1
| | | | | | | | | | | | | | | | | Mox3 is an unofficial port of the Google mox framework (http://code.google.com/p/pymox/) to Python 3. https://pypi.python.org/pypi/mox3 Align with global-requirement and update the importing clause. There is still py33 issue induced by keystoneclient. https://review.openstack.org/#/c/51788/ When keystoneclient is upgraded in requirements.txt, all py33 issues should be fixed. Change-Id: If0d00c088779b4a71e606cc87b37b5b1f9701081 Implement: blueprint py33-support
* Fix module importing issues for Python 3Kui Shi2013-10-141-2/+2
| | | | | | | | | Copy py3kcompat from oslo for urlparse Substitute StringIO / httplib with six Partial Implement: blueprint py33-support Change-Id: Ic8da2ca53b4217ef13f15be094437f1f4e643001
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
| | | | | Change-Id: Ia007da282714d8ee7337fd3b51f6dcc3b64d7ec3 Fixes-Bug: #1214176
* Move tests to ceilometerclient.Monty Taylor2013-06-301-0/+69
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