<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libgfapi-python.git/tools/test-requires, branch v1.0</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/'/>
<entry>
<title>Fix functional tests</title>
<updated>2014-05-20T01:34:48+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2014-04-10T11:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=8acb5a7585a8e155cf0c9d0a60d76e75cdd725f7'/>
<id>8acb5a7585a8e155cf0c9d0a60d76e75cdd725f7</id>
<content type='text'>
* The order of elements in list returned by listdir() can vary and may
  not be sorted. This caused assertEqual in "test_listdir" to fail.
* Also, some systems may have xattrs belonging to selinux. So, a
  listxattr can list them too.
* Allow hostname/ip and volume name to be configured easily by setting
  it in test.conf. This enables functional tests to use a non-local volume.
* Cleanup volume before and after running functional tests.
* Added MANIFEST.in and LICENSE file

Change-Id: Icfa6eb60e8d8e7ed4d6ab8190a2a2c80688999a3
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The order of elements in list returned by listdir() can vary and may
  not be sorted. This caused assertEqual in "test_listdir" to fail.
* Also, some systems may have xattrs belonging to selinux. So, a
  listxattr can list them too.
* Allow hostname/ip and volume name to be configured easily by setting
  it in test.conf. This enables functional tests to use a non-local volume.
* Cleanup volume before and after running functional tests.
* Added MANIFEST.in and LICENSE file

Change-Id: Icfa6eb60e8d8e7ed4d6ab8190a2a2c80688999a3
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor typo in unit test</title>
<updated>2014-03-26T15:23:37+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2014-03-20T12:02:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=f50cec44586e851c3d9e29dd59574696ae6f0c3a'/>
<id>f50cec44586e851c3d9e29dd59574696ae6f0c3a</id>
<content type='text'>
* Changed package to be covered from gluster to glusterfs.
* Also, added script to run unit tests without tox.
* Updated setup.py to be more specific.

Change-Id: I148f522153b75f066753a807719e38699d48b1fd
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Changed package to be covered from gluster to glusterfs.
* Also, added script to run unit tests without tox.
* Updated setup.py to be more specific.

Change-Id: I148f522153b75f066753a807719e38699d48b1fd
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>first libgfapi-python functional tests</title>
<updated>2014-01-22T16:15:11+00:00</updated>
<author>
<name>Thiago da Silva</name>
<email>thiago@redhat.com</email>
</author>
<published>2014-01-21T19:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=5be3fc07eb54bedf441f358ccb2ac62152de2a78'/>
<id>5be3fc07eb54bedf441f358ccb2ac62152de2a78</id>
<content type='text'>
adding a few functional tests and removing old
tests from source code

Change-Id: Iefcb091d614f2825592943cfb42847b5865322c6
Signed-off-by: Thiago da Silva &lt;thiago@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adding a few functional tests and removing old
tests from source code

Change-Id: Iefcb091d614f2825592943cfb42847b5865322c6
Signed-off-by: Thiago da Silva &lt;thiago@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>added support for with statements in open and creat</title>
<updated>2014-01-16T23:44:35+00:00</updated>
<author>
<name>Thiago da Silva</name>
<email>thiago@redhat.com</email>
</author>
<published>2014-01-14T23:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=63f15a9d6f1f506f8c62239cd91a970377a29e3e'/>
<id>63f15a9d6f1f506f8c62239cd91a970377a29e3e</id>
<content type='text'>
when creating or opening a File, caller should now
use python's with statement as specified on PEP 343:
http://www.python.org/dev/peps/pep-0343/

Change-Id: Id98613e310bea01a427769d3ad7b0dea97245b04
Signed-off-by: Thiago da Silva &lt;thiago@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when creating or opening a File, caller should now
use python's with statement as specified on PEP 343:
http://www.python.org/dev/peps/pep-0343/

Change-Id: Id98613e310bea01a427769d3ad7b0dea97245b04
Signed-off-by: Thiago da Silva &lt;thiago@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing file for pep8 to be able to run</title>
<updated>2013-12-05T16:21:55+00:00</updated>
<author>
<name>Luis Pabon</name>
<email>lpabon@redhat.com</email>
</author>
<published>2013-12-05T16:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=e1857bff750c32e0f27d182899b9c2eed3ef5e37'/>
<id>e1857bff750c32e0f27d182899b9c2eed3ef5e37</id>
<content type='text'>
Change-Id: I6545f0786779185bc1805643f8db0de2ac21995a
Signed-off-by: Luis Pabon &lt;lpabon@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6545f0786779185bc1805643f8db0de2ac21995a
Signed-off-by: Luis Pabon &lt;lpabon@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
