summaryrefslogtreecommitdiff
path: root/tests/test.py
Commit message (Expand)AuthorAgeFilesLines
* Flake8 compliance + flake8 tests in tox.inishin-2013-10-151-26/+63
* Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ...shin-2013-10-151-478/+398
|\
| * fixed test list_containers to account for upstream changesDeni Bertovic2013-10-031-1/+0
| * python3 fixesDeni Bertovic2013-10-031-33/+33
| * refactored testsDeni Bertovic2013-10-031-116/+188
| * initial import of unit test and mocks for the docker apiDeni Bertovic2013-10-031-0/+377
| * reamed test.py to integration_test.pyDeni Bertovic2013-10-031-528/+0
|/
* Merge branch 'master' into 0.2.0-devshin-2013-09-121-0/+121
|\
| * Fixed #33 - make client commands more consistentDeni Bertovic2013-09-041-0/+121
* | Methods that previously supported multi-args are now single-argument. Doc and...shin-2013-09-111-9/+6
* | Fixed testsshin-2013-09-111-5/+14
* | Merge branch 'better-error-reporting' of git://github.com/aanand/docker-py in...shin-2013-09-111-0/+7
|\ \ | |/
| * added privileged container supportEvan Hazlett2013-08-301-0/+7
* | Use pseudo-constant for index URLshin-2013-09-101-2/+2
* | Added license header to .py filesshin-2013-09-101-0/+14
* | Cleanup, externalized into modules, fixed authshin-2013-09-101-8/+5
|/
* Fixed tests0.1.5shin-2013-08-281-1/+3
* Docker client now tries to load the auth config. This is necessary to use the...shin-2013-08-061-1/+20
* Fixed tests0.1.2shin-2013-07-251-4/+6
* Fixing failed mergeshin-2013-07-151-5/+3
* Fixed testsshin-2013-07-151-5/+14
* Removed duplicated import.Enrico2013-07-111-1/+0
* Added ability to create binds when starting a container.Enrico2013-07-111-0/+1
* Merge branch 'upstream-master' into bind-mountsEnrico2013-07-051-4/+36
|\
| * Merge pull request #15 from elbaschid/add_python3_supportJoffrey F2013-07-051-4/+4
| |\
| | * Add python 3 supportSebastian Vetter2013-07-061-4/+4
| * | Added test for Client.buildshin-2013-07-051-2/+33
| |/
* | Added ability to create binds when starting a container.Enrico2013-07-051-2/+23
|/
* Fixed logs commandshin-2013-07-031-2/+2
* Small test fixesshin-2013-07-031-2/+2
* Tests for execution control, run commands as strings, commit/pull (still WIP)shin-2013-06-241-28/+171
* (WIP) Added unit testsshin-2013-06-211-0/+157