summaryrefslogtreecommitdiff
path: root/tests/utils_test.py
Commit message (Expand)AuthorAgeFilesLines
* Use url-safe base64 when encoding auth header803-urlsafe-b64Joffrey F2015-10-091-3/+14
* put/get archive implementationJoffrey F2015-10-081-1/+13
* Don't break when volume binds contain unicode characters782-unicode-volume-pathsJoffrey F2015-09-251-2/+89
* cpu_quota and cpu_period unit testsJoffrey F2015-09-241-124/+155
* Make running integration tests with dind possibleJoffrey F2015-09-091-2/+6
* Default to 127.0.0.1:2375 on WindowsAanand Prasad2015-09-011-4/+12
* Merge branch 'default-cert-path' of https://github.com/aanand/docker-py into ...Joffrey F2015-08-261-4/+34
|\
| * Default to ~/.docker if DOCKER_CERT_PATH is emptyAanand Prasad2015-07-211-4/+36
* | Merge pull request #721 from aanand/pathspecJoffrey F2015-08-261-1/+142
|\ \
| * | Better support for .dockerignoreAanand Prasad2015-08-261-1/+142
* | | Don't remove LogConfig.types shortcutJoffrey F2015-08-261-2/+6
* | | Remove validation of supported log driversMazz Mosley2015-08-261-14/+4
|/ /
* | Merge branch 'pytest' of https://github.com/aanand/docker-py into aanand-pytestJoffrey F2015-08-251-12/+5
|\ \
| * | Use pytest helpers to assert exceptions and deprecated warningsAanand Prasad2015-08-251-7/+4
| * | Run tests with pytestAanand Prasad2015-08-251-5/+1
* | | Explicitly test NetworkMode logic in create_host_configAanand Prasad2015-08-251-5/+7
|/ /
* | Adapt tests to new create_host_config usageJoffrey F2015-08-241-6/+19
* | Fixed #726 issue where split_port was checking `len(None)`Mark Adams2015-08-191-0/+8
* | Added full path parse_host unit testallow-path-in-hostJoffrey F2015-08-171-1/+4
* | Merge pull request #698 from docker/jhowardmsft-14530-netmodeJoffrey F2015-08-101-1/+1
|\ \
| * | Fixed empty_host_config testJoffrey F2015-07-291-1/+1
| |/
* | Squashed commit of the following:Viktor Petersson2015-07-301-1/+35
|/
* Stop pinging registries from the clientAanand Prasad2015-07-201-1/+90
* make memory units compatible with native docker clismothiki2015-05-071-1/+7
* Added tests for log_config paramlogconfig-supportJoffrey F2015-04-241-1/+21
* Improved ulimit testsJoffrey F2015-04-221-1/+13
* assertRaises 2.6 compatJoffrey F2015-04-221-6/+3
* Add tests for ulimitsJoffrey F2015-04-221-4/+34
* line lengthYuval Kohavi2015-04-111-3/+8
* python 2.6 compatibleYuval Kohavi2015-04-111-6/+3
* Adding port utils to split port rangesYuval Kohavi2015-04-031-0/+95
* Update resolve_authconfig to bring it in line with Docker clientAanand Prasad2015-02-271-1/+11
* Additional tests and small improvement to auth.resolve_authconfigJoffrey F2015-02-011-0/+55
* 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
|\
| * Add support for filtering images and containersHuayi Zhang2014-10-051-1/+15
* | utils: add kwargs_from_envJohan Euphrosine2014-10-291-1/+31
|/
* Implemented complete parse_host method to handle all accepted values of Clien...Joffrey F2014-07-031-1/+34
* 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