<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient/tests/utils.py, branch 1.0.10</title>
<subtitle>opendev.org: openstack/python-ceilometerclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/'/>
<entry>
<title>Replace mox3 with mock in unit test</title>
<updated>2013-10-21T04:20:03+00:00</updated>
<author>
<name>Lianhao Lu</name>
<email>lianhao.lu@intel.com</email>
</author>
<published>2013-10-21T02:50:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=9c4d49189fe1150fad8420b8191ae7a240c945af'/>
<id>9c4d49189fe1150fad8420b8191ae7a240c945af</id>
<content type='text'>
Compared to mox3, mock is tested much more in various Python 3 versions.

Change-Id: I9e83aa622257c36ff47c79f6b491c1b074d2245d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compared to mox3, mock is tested much more in various Python 3 versions.

Change-Id: I9e83aa622257c36ff47c79f6b491c1b074d2245d
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace mox with mox3</title>
<updated>2013-10-14T21:10:22+00:00</updated>
<author>
<name>Kui Shi</name>
<email>skuicloud@gmail.com</email>
</author>
<published>2013-10-14T21:10:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=f732428e13de0759f592c5f2298c82d199bb3664'/>
<id>f732428e13de0759f592c5f2298c82d199bb3664</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix module importing issues for Python 3</title>
<updated>2013-10-14T09:19:38+00:00</updated>
<author>
<name>Kui Shi</name>
<email>skuicloud@gmail.com</email>
</author>
<published>2013-10-14T08:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=c6ca94982d30bdb7d8227150578271e9492ad36e'/>
<id>c6ca94982d30bdb7d8227150578271e9492ad36e</id>
<content type='text'>
Copy py3kcompat from oslo for urlparse
Substitute StringIO / httplib with six

Partial Implement: blueprint py33-support

Change-Id: Ic8da2ca53b4217ef13f15be094437f1f4e643001
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copy py3kcompat from oslo for urlparse
Substitute StringIO / httplib with six

Partial Implement: blueprint py33-support

Change-Id: Ic8da2ca53b4217ef13f15be094437f1f4e643001
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace OpenStack LLC with OpenStack Foundation</title>
<updated>2013-09-19T19:58:04+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>aji.zqfan@gmail.com</email>
</author>
<published>2013-09-19T19:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=fb1ff39d53826b94c3c04645d972a0a96dc8225a'/>
<id>fb1ff39d53826b94c3c04645d972a0a96dc8225a</id>
<content type='text'>
Change-Id: Ia007da282714d8ee7337fd3b51f6dcc3b64d7ec3
Fixes-Bug: #1214176
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia007da282714d8ee7337fd3b51f6dcc3b64d7ec3
Fixes-Bug: #1214176
</pre>
</div>
</content>
</entry>
<entry>
<title>Move tests to ceilometerclient.</title>
<updated>2013-07-01T05:40:55+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-07-01T05:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=6f81aa1a99b4e073855270120d18643ee0a7133e'/>
<id>6f81aa1a99b4e073855270120d18643ee0a7133e</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
