summaryrefslogtreecommitdiff
path: root/tests/fake_api.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sam/import-improvements' of https://github.com/ssssam/docker-py...Joffrey F2015-04-221-1/+1
|\
| * Rework Unix connection code so that 'chunked' transfers workSam Thursfield2015-01-051-1/+1
* | Update default API version to 1.18Aanand Prasad2015-03-201-2/+2
* | detect server version when version="auto"Tomas Tomecek2015-03-051-0/+13
* | Merge branch 'add-stats-api-support' of https://github.com/nir0s/docker-py in...Joffrey F2015-02-121-0/+9
|\ \
| * | minornir0s2015-02-121-2/+2
| * | removed aggregation for now and added a unit test. also using stream_helper nownir0s2015-02-121-0/+9
* | | Add missing options to the events commandChristophe Labouisse2015-02-111-1/+10
|/ /
* | rename() tests and docsrename_containerJoffrey F2015-02-101-1/+8
* | Add Support for Mac AddressJames Harris2015-01-211-1/+3
|/
* Updated mock API versionJoffrey F2014-12-171-1/+1
* Merge branch 'pause-unpause' of github.com:phensley/docker-py into phensley-p...Joffrey F2014-10-291-0/+16
|\
| * Unit and integration tests for pause/unpause.Patrick Hensley2014-10-041-0/+16
* | Fix typo in exec url.Patrick Hensley2014-10-181-1/+1
* | Unit and integration tests for exec.Patrick Hensley2014-10-171-1/+19
|/
* Add resize() method to Clientd11wtq2014-06-211-0/+8
* Update unit tests to use API v1.12Joffrey F2014-06-201-2/+2
* Merge pull request #236 from rail44/feature-support-get-and-load-imageJoffrey F2014-06-171-0/+16
|\
| * Support get and load imageSatoshi Amemiya2014-06-021-0/+16
* | Fix joining of unicode and byte strings in python3.Sam Riley2014-06-011-1/+2
|/
* Updated unit tests API version, flake8 fixesshin-2014-04-041-1/+1
* Fixes for flake8Evgeniy L2014-03-281-3/+3
* Support remote API v1.8 (and make it the default)Maxime Petazzoni2014-02-051-4/+7
* Support requests >=2.1.0Darren Shepherd2014-01-261-1/+1
* Improves code styleUlises Reyes2013-12-151-61/+25
* Updated the port function in order to parse the new NetworkSettings Port dict...Ulises Reyes2013-12-141-0/+66
* many tests have been implementedPeter Yu2013-11-101-1/+103
* links implemented. use v1.6 by default nowPeter Yu2013-11-101-2/+2
* Flake8 compliance + flake8 tests in tox.inishin-2013-10-151-28/+63
* Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ...shin-2013-10-151-23/+21
* removed unused FAKE_INSPECT_DATADeni Bertovic2013-10-031-61/+0
* initial import of unit test and mocks for the docker apiDeni Bertovic2013-10-031-0/+231