summaryrefslogtreecommitdiff
path: root/tests/integration/models_containers_test.py
Commit message (Expand)AuthorAgeFilesLines
* Use pytest assertspytest-assertsJoffrey F2018-01-301-16/+14
* Return tuple instead of dict in exec_runJoffrey F2018-01-261-3/+3
* Merge branch 'add_exit_code_to_exec_run' of https://github.com/hnq90/docker-p...Joffrey F2018-01-261-2/+13
|\
| * Add exit code to exec_runHuyNQ2017-11-131-2/+13
* | Don't attempt to retrieve container's stderr if `auto_remove` was set1813-autoremove-errorJoffrey F2017-12-191-1/+13
* | Retrieve container logs before container exits / is removed1813-run-autoremoveJoffrey F2017-12-141-3/+20
|/
* client.containers.run returns None if none of json-file or journald logging d...Artem Bolshakov2017-08-171-0/+18
* Replace erroneous networks argument in containers.run with singular1433-run-networksJoffrey F2017-05-121-0/+19
* Fix volume path passed by run to create_containerBen Firshman2017-02-071-0/+37
* Allow configuring API version for integration test with env varconfig_test_api_versionJoffrey F2017-01-251-22/+22
* Add new user-focused APIBen Firshman2016-11-221-0/+204