summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Flake8 compliance + flake8 tests in tox.inishin-2013-10-153-65/+175
|
* Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ↵shin-2013-10-153-478/+1124
|\ | | | | | | imports.
| * fixed test list_containers to account for upstream changesDeni Bertovic2013-10-031-1/+0
| |
| * integration test fixDeni Bertovic2013-10-031-1/+1
| | | | | | | | | | | | | | make the mount point for shared.txt reside in the /tmp/ folder because if it resides in the lib folder docker sets the owner of the folder as root inside the container so then when the container exists the test fails to cleanup and remove the shared.txt file, and breaks git as well.
| * python3 fixesDeni Bertovic2013-10-031-33/+33
| | | | | | | | | | Fixed imports to be compatible with python3 on various places in the client lib and in the tests themselves.
| * removed unused FAKE_INSPECT_DATADeni Bertovic2013-10-031-61/+0
| |
| * refactored testsDeni Bertovic2013-10-031-116/+188
| | | | | | | | | | | | Using the mock library. Checking that every Client method gets tested for not raising an Exception and for construting the request params correctly.
| * initial import of unit test and mocks for the docker apiDeni Bertovic2013-10-032-0/+608
| |
| * reamed test.py to integration_test.pyDeni Bertovic2013-10-031-0/+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 ↵shin-2013-09-111-9/+6
| | | | | | | | and tests updated accordingly.
* | Fixed testsshin-2013-09-111-5/+14
| |
* | Merge branch 'better-error-reporting' of git://github.com/aanand/docker-py ↵shin-2013-09-111-0/+7
|\ \ | |/ | | | | | | | | | | | | into 0.2.0-dev Conflicts: docker/__init__.py docker/client.py
| * 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 ↵shin-2013-08-061-1/+20
| | | | the push command if API version is >1.0
* Fixed tests0.1.2shin-2013-07-251-4/+6
|
* Fixing failed mergeshin-2013-07-151-5/+3
|
* Fixed testsshin-2013-07-151-5/+14
|
* Create tests module for setuptools test supportMike Neilsen2013-07-131-0/+0
| | | | | | | | Run test suite via python setup.py test Signed-off-by: Mike Neilsen <mneilsen@acm.org>
* 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
|\ | | | | | | | | Conflicts: tests/test.py
| * Merge pull request #15 from elbaschid/add_python3_supportJoffrey F2013-07-051-4/+4
| |\ | | | | | | Make docker-py compatible with python 3
| | * 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