<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker-py.git/tests/test.py, branch https_docs_link</title>
<subtitle>github.com: dotcloud/docker-py.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/'/>
<entry>
<title>Reorganize test directories</title>
<updated>2015-10-21T23:02:09+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2015-09-24T00:42:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=93a296fb0448d9fccdf9f40f7a9996f49ea22c48'/>
<id>93a296fb0448d9fccdf9f40f7a9996f49ea22c48</id>
<content type='text'>
More clearly separate unit and integration tests
Allow splitting into multiple files
Cleaner

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More clearly separate unit and integration tests
Allow splitting into multiple files
Cleaner

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update `Client.create_volume` to use new endpoint</title>
<updated>2015-10-21T20:51:09+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2015-10-21T20:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=0258c6e622f41b1c145f28d273424541c354ef6f'/>
<id>0258c6e622f41b1c145f28d273424541c354ef6f</id>
<content type='text'>
New API endpoint is POST /volumes/create (previously just /volumes)
Since the feature is yet unreleased (RC), no fallback strategy is
implemented.

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New API endpoint is POST /volumes/create (previously just /volumes)
Since the feature is yet unreleased (RC), no fallback strategy is
implemented.

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use DOCKER_CONFIG environment variable to look up auth config</title>
<updated>2015-10-10T00:15:19+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2015-10-09T00:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=23cf76838a9ba90fee6f5ef3b446908b5763ccb8'/>
<id>23cf76838a9ba90fee6f5ef3b446908b5763ccb8</id>
<content type='text'>
When provided, default paths are ignored.

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When provided, default paths are ignored.

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests</title>
<updated>2015-10-08T19:09:59+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2015-10-08T19:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=eb869c0bd33879c03287c8b9b762e1f6113e7d7f'/>
<id>eb869c0bd33879c03287c8b9b762e1f6113e7d7f</id>
<content type='text'>
Skips were masking some errors / compatibility issues

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Skips were masking some errors / compatibility issues

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement methods for managing networks</title>
<updated>2015-10-05T15:46:25+00:00</updated>
<author>
<name>Aanand Prasad</name>
<email>aanand.prasad@gmail.com</email>
</author>
<published>2015-09-23T15:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=1df3226c9bd9d2e8ff79d5929741c1e8f1a92b0d'/>
<id>1df3226c9bd9d2e8ff79d5929741c1e8f1a92b0d</id>
<content type='text'>
Signed-off-by: Aanand Prasad &lt;aanand.prasad@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Aanand Prasad &lt;aanand.prasad@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #789 from PierreF/top_ps_args</title>
<updated>2015-09-28T21:36:08+00:00</updated>
<author>
<name>Joffrey F</name>
<email>f.joffrey@gmail.com</email>
</author>
<published>2015-09-28T21:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=7884ab9fe2c3b36209727821f81d322f2ade1b60'/>
<id>7884ab9fe2c3b36209727821f81d322f2ade1b60</id>
<content type='text'>
Allow to specify ps_args when listing processes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow to specify ps_args when listing processes</pre>
</div>
</content>
</entry>
<entry>
<title>Added test for "top" function</title>
<updated>2015-09-28T09:59:25+00:00</updated>
<author>
<name>Pierre Fersing</name>
<email>pierre.fersing@bleemeo.com</email>
</author>
<published>2015-09-28T09:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=c1577606bedbcfa4bde9ca153f4c6fe09b98674c'/>
<id>c1577606bedbcfa4bde9ca153f4c6fe09b98674c</id>
<content type='text'>
Signed-off-by: Pierre Fersing &lt;pierre.fersing@bleemeo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pierre Fersing &lt;pierre.fersing@bleemeo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>_url can take arbitrarily many arguments</title>
<updated>2015-09-25T21:25:00+00:00</updated>
<author>
<name>Aanand Prasad</name>
<email>aanand.prasad@gmail.com</email>
</author>
<published>2015-09-25T18:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=29b12cf007bf59c15ffbb6f508b41fc7eaa41c41'/>
<id>29b12cf007bf59c15ffbb6f508b41fc7eaa41c41</id>
<content type='text'>
Signed-off-by: Aanand Prasad &lt;aanand.prasad@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Aanand Prasad &lt;aanand.prasad@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Generic skip decorator for low API version accessible to all tests</title>
<updated>2015-09-16T19:55:13+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2015-09-14T22:00:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=acd5e634ffa62428562c945878dcb67edd6ecf61'/>
<id>acd5e634ffa62428562c945878dcb67edd6ecf61</id>
<content type='text'>
Add simpler version comparison functions
Add decorator to enforce minimum version in API methods
Fix utils imports
Add minimum_version decorators on API methods that needed it
GroupAdd test requires API version &gt;= 1.20

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add simpler version comparison functions
Add decorator to enforce minimum version in API methods
Fix utils imports
Add minimum_version decorators on API methods that needed it
GroupAdd test requires API version &gt;= 1.20

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify unit tests suite to allow mock routes to optionally be method-aware</title>
<updated>2015-09-16T19:54:26+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2015-09-11T01:37:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=05267f63d355ae04ea7bd4797847dead8c2f71c3'/>
<id>05267f63d355ae04ea7bd4797847dead8c2f71c3</id>
<content type='text'>
Added mock API routes for volumes API
Add unit tests and integration tests for volume API

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added mock API routes for volumes API
Add unit tests and integration tests for volume API

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
