summaryrefslogtreecommitdiff
path: root/tests/utils_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Use create_host_config in start (unifying parameter processing)0.7.0-releaseJoffrey F2014-12-181-1/+6
|
* assertEquals -> assertEqualJoffrey F2014-12-171-5/+5
|
* Changed assertIn to assertTrue(... in ...) (2.6 support)Joffrey F2014-11-031-3/+3
|
* Merge branch 'filters' of github.com:irachex/docker-py into irachex-filtersJoffrey F2014-11-031-6/+19
|\ | | | | | | | | | | | | Conflicts: docker/utils/__init__.py docker/utils/utils.py tests/utils_test.py
| * Add support for filtering images and containersHuayi Zhang2014-10-051-1/+15
| | | | | | | | | | | | | | [`filters` is a json encoded value of the filters (a map[string][string]) to process on the images list. ][1] The tricky thing is that we must convert boolean value to string and any filter value to list to make a `map[string][string]` json format [1]: https://docs.docker.com/reference/api/docker_remote_api_v1.14/#list-images
* | utils: add kwargs_from_envJohan Euphrosine2014-10-291-1/+31
|/
* Implemented complete parse_host method to handle all accepted values of ↵Joffrey F2014-07-031-1/+34
| | | | Client's base_url. Unit tests
* Python, not GoJoffrey F2014-06-171-3/+3
|
* make flake happyLuka Stojanovic2014-03-241-6/+12
|
* parse_repository_tag function and accompanying testLuka Stojanovic2014-03-241-0/+18