<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/run_tests.sh, branch juno-eol</title>
<subtitle>opendev.org: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/'/>
<entry>
<title>Move tests in keystoneclient</title>
<updated>2013-09-24T02:34:17+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@redhat.com</email>
</author>
<published>2013-09-23T02:07:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=0a18d8bbdfdfcec920697a7c90137922f156f6c9'/>
<id>0a18d8bbdfdfcec920697a7c90137922f156f6c9</id>
<content type='text'>
This is the suggested location for tests and is adopted by most
projects. As part of this change relative imports to package imports.

Fix all the test running and coverage code to point to the new location.

Change-Id: I01264aed14f396ab9a7242e3e72b71e1bc332675
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the suggested location for tests and is adopted by most
projects. As part of this change relative imports to package imports.

Fix all the test running and coverage code to point to the new location.

Change-Id: I01264aed14f396ab9a7242e3e72b71e1bc332675
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't need to init testr explicitly</title>
<updated>2013-09-02T21:34:21+00:00</updated>
<author>
<name>Kui Shi</name>
<email>skuicloud@gmail.com</email>
</author>
<published>2013-09-02T21:34:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=e3baba3194cdad278c614209b324f39626dac93f'/>
<id>e3baba3194cdad278c614209b324f39626dac93f</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")

"python setup.py testr" will trigger this function to create
.testrepository if not exist.

So, init_testr can be removed safely.

Fixes Bug #1220149

Change-Id: I4dfcdfa5e1e323bbc7ee3add5d9d0888a42e3812
</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")

"python setup.py testr" will trigger this function to create
.testrepository if not exist.

So, init_testr can be removed safely.

Fixes Bug #1220149

Change-Id: I4dfcdfa5e1e323bbc7ee3add5d9d0888a42e3812
</pre>
</div>
</content>
</entry>
<entry>
<title>Move flake8 option from run_tests.sh to tox.ini</title>
<updated>2013-08-20T03:10:38+00:00</updated>
<author>
<name>Kui Shi</name>
<email>skuicloud@gmail.com</email>
</author>
<published>2013-08-19T22:59:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=00c072a43793b3139597dc3fcb61a38d25e7eabf'/>
<id>00c072a43793b3139597dc3fcb61a38d25e7eabf</id>
<content type='text'>
flake8 will read the section [flake8] of tox.ini to guide the behavior.
In run_tests.sh, there is no need to add flake8 option in run_flake8()
function.

Bug #1214175

Change-Id: If3b84a0a3eecc1a9800fed6be9b24e648c161280
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
flake8 will read the section [flake8] of tox.ini to guide the behavior.
In run_tests.sh, there is no need to add flake8 option in run_flake8()
function.

Bug #1214175

Change-Id: If3b84a0a3eecc1a9800fed6be9b24e648c161280
</pre>
</div>
</content>
</entry>
<entry>
<title>Use flake8 in run_tests.sh and updated ignore flake8 rules with tox.ini</title>
<updated>2013-08-02T12:21:07+00:00</updated>
<author>
<name>Jaime Gil de Sagredo Luna</name>
<email>jaimegildesagredo@gmail.com</email>
</author>
<published>2013-08-02T12:21:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=63c755e1ae0be13d7ee233ffae5508f1cca97a51'/>
<id>63c755e1ae0be13d7ee233ffae5508f1cca97a51</id>
<content type='text'>
Change-Id: I9ec82e4ddbaa8c9f256ff962c48dfb556948b32d
Fixes: bug #1180609
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9ec82e4ddbaa8c9f256ff962c48dfb556948b32d
Fixes: bug #1180609
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add -u option in run_tests.sh"</title>
<updated>2013-08-02T01:27:29+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-08-02T01:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=648c4b5e2fe3ac2a95578b150bf7455fa8e2a5d2'/>
<id>648c4b5e2fe3ac2a95578b150bf7455fa8e2a5d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -u option in run_tests.sh</title>
<updated>2013-07-28T15:31:06+00:00</updated>
<author>
<name>Wu Wenxiang</name>
<email>wu.wenxiang@99cloud.net</email>
</author>
<published>2013-07-28T15:31:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=d5bcad79c530b58860c4a317e2acb1164794ff1c'/>
<id>d5bcad79c530b58860c4a317e2acb1164794ff1c</id>
<content type='text'>
-u option used for update venv packages.

Fixes bug #1205551

Change-Id: I2ef6e11c556bd90154a286eada6d37750caf5e19
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-u option used for update venv packages.

Fixes bug #1205551

Change-Id: I2ef6e11c556bd90154a286eada6d37750caf5e19
</pre>
</div>
</content>
</entry>
<entry>
<title>Flake8 should ignore build folder</title>
<updated>2013-07-05T21:23:46+00:00</updated>
<author>
<name>Alex Meade</name>
<email>alex.meade@rackspace.com</email>
</author>
<published>2013-07-05T21:23:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=6139663e09c52c19fa218a220a5d44733e641966'/>
<id>6139663e09c52c19fa218a220a5d44733e641966</id>
<content type='text'>
This adds 'build' to the exclude list for flake8

Fixes bug 1198329

Change-Id: Ia3688a2fc0334d32d89f04d114242d39bdc25f0e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds 'build' to the exclude list for flake8

Fixes bug 1198329

Change-Id: Ia3688a2fc0334d32d89f04d114242d39bdc25f0e
</pre>
</div>
</content>
</entry>
<entry>
<title>Use testr instead of nose.</title>
<updated>2013-05-10T22:39:10+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-12-25T06:02:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=11263ac3186e1ccfce0d59592d64b6857673601d'/>
<id>11263ac3186e1ccfce0d59592d64b6857673601d</id>
<content type='text'>
Part of blueprint grizzly-testtools

Change-Id: I76dee19781eaac21901b5c0258e83a42180c1702
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of blueprint grizzly-testtools

Change-Id: I76dee19781eaac21901b5c0258e83a42180c1702
</pre>
</div>
</content>
</entry>
<entry>
<title>updating PEP8 to 1.3.3</title>
<updated>2012-11-26T19:37:18+00:00</updated>
<author>
<name>Joe Heck</name>
<email>heckj@mac.com</email>
</author>
<published>2012-11-21T21:48:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=f9649e2615ff1be30bdca1c96b02c2a36dab84ac'/>
<id>f9649e2615ff1be30bdca1c96b02c2a36dab84ac</id>
<content type='text'>
* matching cinder, glance, etc
* made run_tests exclusions match tox

Change-Id: I9963245b079535a38a8c9b46917e8d833b62addb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* matching cinder, glance, etc
* made run_tests exclusions match tox

Change-Id: I9963245b079535a38a8c9b46917e8d833b62addb
</pre>
</div>
</content>
</entry>
<entry>
<title>Make initial structural changes to keystoneclient in preparation</title>
<updated>2012-11-09T02:35:11+00:00</updated>
<author>
<name>Henry Nash</name>
<email>henryn@linux.vnet.ibm.com</email>
</author>
<published>2012-11-08T20:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=76b7d92dcc189908000f7d70d3f75c5c3aec3e73'/>
<id>76b7d92dcc189908000f7d70d3f75c5c3aec3e73</id>
<content type='text'>
to moving auth_token here from keystone.  No functional change
should occur from this commit (even though it did refresh a newer copy
of openstack.common.setup.py, none of the newer updates are in
functions called from this client)

blueprint authtoken-to-keystoneclient-repo

Change-Id: Ie54feb73e0e34b56400fdaa8a8f876f9284bac27
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to moving auth_token here from keystone.  No functional change
should occur from this commit (even though it did refresh a newer copy
of openstack.common.setup.py, none of the newer updates are in
functions called from this client)

blueprint authtoken-to-keystoneclient-repo

Change-Id: Ie54feb73e0e34b56400fdaa8a8f876f9284bac27
</pre>
</div>
</content>
</entry>
</feed>
