<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git/run_tests.sh, branch 1.1.3</title>
<subtitle>opendev.org: openstack/python-cinderclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/'/>
<entry>
<title>Don't need to init testr explicitly</title>
<updated>2013-09-02T20:39:24+00:00</updated>
<author>
<name>Kui Shi</name>
<email>skuicloud@gmail.com</email>
</author>
<published>2013-09-02T20:39:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=b757c348b758fb5517cc0a08675b6c3ae8a7538e'/>
<id>b757c348b758fb5517cc0a08675b6c3ae8a7538e</id>
<content type='text'>
In run_tests.sh, function init_testr will initialize testr if the
directory .testrepository is not existed. Actually, testr will do
the check before run the test:

In Python package testrepository, setuptools_command.py:Testr.run

68 def run(self):
69 """Set up testr repo, then run testr"""
70     if not os.path.isdir(".testrepository"):
71     self._run_testr("init")

So, init_testr can be removed safely.

Fixes Bug #1220147

Change-Id: Ide99a836cd601453624c7a562b7256c86bd46811
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In run_tests.sh, function init_testr will initialize testr if the
directory .testrepository is not existed. Actually, testr will do
the check before run the test:

In Python package testrepository, setuptools_command.py:Testr.run

68 def run(self):
69 """Set up testr repo, then run testr"""
70     if not os.path.isdir(".testrepository"):
71     self._run_testr("init")

So, init_testr can be removed safely.

Fixes Bug #1220147

Change-Id: Ide99a836cd601453624c7a562b7256c86bd46811
</pre>
</div>
</content>
</entry>
<entry>
<title>Update run_tests and bring back colorizer.</title>
<updated>2013-05-31T19:45:13+00:00</updated>
<author>
<name>John Griffith</name>
<email>john.griffith@solidfire.com</email>
</author>
<published>2013-05-31T19:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=2e58e73a0cdfae43ca206abcc1de0743324d8b68'/>
<id>2e58e73a0cdfae43ca206abcc1de0743324d8b68</id>
<content type='text'>
This patch adds output of tests and their results to run_tests.sh.
It also brings back colorizer to the output and updates the test-requirements.

Should align with cinder changes that are in progress
at: https://review.openstack.org/#/c/30291/

Change-Id: I3df6d861f4b4d4355464ceb2d507e69bcf682fbe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds output of tests and their results to run_tests.sh.
It also brings back colorizer to the output and updates the test-requirements.

Should align with cinder changes that are in progress
at: https://review.openstack.org/#/c/30291/

Change-Id: I3df6d861f4b4d4355464ceb2d507e69bcf682fbe
</pre>
</div>
</content>
</entry>
<entry>
<title>Set the correct location for the tests.</title>
<updated>2013-05-22T18:05:05+00:00</updated>
<author>
<name>Andres Rodriguez</name>
<email>andres.rodriguez@canonical.com</email>
</author>
<published>2013-05-22T18:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=bde6efb65c8a7b2e0bc08e6d9f187e5654cfba22'/>
<id>bde6efb65c8a7b2e0bc08e6d9f187e5654cfba22</id>
<content type='text'>
Change-Id: I4d6247319d393809b65d05ebbd10620fe224a281
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4d6247319d393809b65d05ebbd10620fe224a281
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to flake8.</title>
<updated>2013-05-18T16:19:53+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-05-18T16:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=24b4039bae557a8f29be783c3fdd3f9f148c4b0e'/>
<id>24b4039bae557a8f29be783c3fdd3f9f148c4b0e</id>
<content type='text'>
Fixes bug 1172444.

Change-Id: Ia063ec67de9e6061ce38b948c9eb60b5589c7bb4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 1172444.

Change-Id: Ia063ec67de9e6061ce38b948c9eb60b5589c7bb4
</pre>
</div>
</content>
</entry>
<entry>
<title>Add debug option processing to run_tests</title>
<updated>2013-03-22T03:40:56+00:00</updated>
<author>
<name>john-griffith</name>
<email>john.griffith@solidfire.com</email>
</author>
<published>2013-03-21T22:56:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=704cae0b00cd589413911689f992a63e3bd56650'/>
<id>704cae0b00cd589413911689f992a63e3bd56650</id>
<content type='text'>
This just adds -d|--debug option so you can debug
using tools like pdb again and to get extra output
from the tests.

Change-Id: Icebc17a1575e17cfd9597581546dca4732b9a8ef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This just adds -d|--debug option so you can debug
using tools like pdb again and to get extra output
from the tests.

Change-Id: Icebc17a1575e17cfd9597581546dca4732b9a8ef
</pre>
</div>
</content>
</entry>
<entry>
<title>Move from nose to testr.</title>
<updated>2013-01-17T19:42:52+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-12-25T04:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=02eb985124efa92bf735712db0ed174c40b74d14'/>
<id>02eb985124efa92bf735712db0ed174c40b74d14</id>
<content type='text'>
Granted - this takes the test suite from 3 seconds to 1 second... but there
are a bunch of other ways (correctness) that testr is better than nose.

Removed tests/v1/utils - it was not being used anywhere.

Part of blueprint grizzly-testtools.

Change-Id: I54d9a0b7dc22305ec60d779d6f19025a0b5dc785
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Granted - this takes the test suite from 3 seconds to 1 second... but there
are a bunch of other ways (correctness) that testr is better than nose.

Removed tests/v1/utils - it was not being used anywhere.

Part of blueprint grizzly-testtools.

Change-Id: I54d9a0b7dc22305ec60d779d6f19025a0b5dc785
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial split from python-novaclient.</title>
<updated>2012-05-21T20:32:35+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-05-21T20:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=471704df644eced17026c280b0aab9e549718e14'/>
<id>471704df644eced17026c280b0aab9e549718e14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
