summaryrefslogtreecommitdiff
path: root/tests/unit/api_test.py
Commit message (Expand)AuthorAgeFilesLines
* deps: compatiblity with requests ≥ 2.29.0 and urllib3 2.x (#3116)6.1.0Felix Fontein2023-05-051-1/+1
* client: use 12 character short IDs (#2862)Ben Fasoli2022-07-291-1/+1
* lint: fix deprecation warnings from threading package (#2823)Karthikeyan Singaravelan2022-07-271-2/+2
* Don't install mock backportHugo van Kemenade2021-10-111-5/+1
* use python3.6+ constructsAnthony Sottile2021-07-051-22/+22
* set engine version for unit tests to avoid querying the engineaiordache2020-08-201-17/+34
* tests: remove outdated codeCorentin Henry2019-01-091-2/+0
* Merge pull request #2188 from docker/c6374-credhelpersJoffrey F2018-11-301-7/+5
|\
| * Modernize auth managementJoffrey F2018-11-281-7/+5
* | Fix test namesJoffrey F2018-11-301-25/+28
* | fix exec api inconsistencyCorentin Henry2018-11-281-1/+1
* | add tests for _read_from_socketCorentin Henry2018-11-281-16/+82
* | implement stream demultiplexing for exec commandsCorentin Henry2018-11-271-1/+1
|/
* Allow passing of env overrides to credstore through APIClient ctorJoffrey F2018-06-081-1/+1
* Fix socket reading function for TCP (non-HTTPS) connections on WindowsJoffrey F2018-06-061-2/+56
* Merge branch 'release' into 3.1.0-releaseJoffrey F2018-02-221-1/+0
|\
| * Add login data to the right subdict in auth_configsJoffrey F2018-02-051-0/+18
* | Fix test_login flakesJoffrey F2018-02-141-6/+7
* | Add login data to the right subdict in auth_configs1895-login-authsJoffrey F2018-02-011-0/+18
|/
* Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-311-1/+0
* Use pytest assertspytest-assertsJoffrey F2018-01-301-45/+34
* Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-171-1/+1
* Set infinite timeout for the `events` methodJoffrey F2017-03-271-3/+3
* Fixed events command related unit tests by passing a timeout valueDamien Nadé2017-02-211-3/+6
* Start to rename docker-py to docker-sdk-pythonBen Firshman2016-11-281-1/+1
* Add new user-focused APIBen Firshman2016-11-221-27/+0
* Move APIClient tests into single fileBen Firshman2016-11-221-0/+71
* Rename DockerClientTest to BaseAPIClientTestBen Firshman2016-11-221-2/+2
* Rename Client to APIClientBen Firshman2016-11-221-13/+17
* Drop support for Python 2.6Ben Firshman2016-11-221-11/+5
* Fix linting errorAanand Prasad2016-11-141-0/+1
* Update tests to avoid failures on Windows platformsJoffrey F2016-10-141-1/+4
* Fix a few pep8 issuesBen Firshman2016-09-141-1/+1
* Fix licensesBen Firshman2016-09-051-14/+0
* Merge pull request #1082 from masci/fix_stream_helperJoffrey F2016-08-231-1/+41
|\
| * invoke self._result with json=True if decode=TrueMassimiliano Pippi2016-06-071-1/+41
* | docker client consistency: don't quote ':/'Tomas Tomecek2016-08-101-2/+8
* | Set custom user agent on clientBen Firshman2016-07-201-0/+30
* | Mock read_from_socket methodJoffrey F2016-07-131-1/+6
|/
* incorporate feedbackDustin Falgout2015-12-041-2/+1
* Reorganize test directoriesreorganize_testsJoffrey F2015-10-211-0/+418