summaryrefslogtreecommitdiff
path: root/tests/unit/api_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1082 from masci/fix_stream_helperJoffrey F2016-08-231-1/+41
|\ | | | | Invoke self._result passing `json=True` when `decode=True`
| * invoke self._result with json=True if decode=TrueMassimiliano Pippi2016-06-071-1/+41
| | | | | | | | Signed-off-by: Massimiliano Pippi <massi@datadoghq.com>
* | docker client consistency: don't quote ':/'Tomas Tomecek2016-08-101-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | E.g. docker client `/v1.21/images/localhost:5000/busybox/push?tag=` docker-py `/v1.21/images/localhost%3A5000%2Fbusybox/push` Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* | Set custom user agent on clientBen Firshman2016-07-201-0/+30
| | | | | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* | Mock read_from_socket methodJoffrey F2016-07-131-1/+6
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* incorporate feedbackDustin Falgout2015-12-041-2/+1
| | | | Signed-off-by: Dustin Falgout <dustin@falgout.us>
* Reorganize test directoriesreorganize_testsJoffrey F2015-10-211-0/+418
More clearly separate unit and integration tests Allow splitting into multiple files Cleaner Signed-off-by: Joffrey F <joffrey@docker.com>