summaryrefslogtreecommitdiff
path: root/tests/integration/api_exec_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Modernize exec_api.pyJoffrey F2017-05-021-2/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* exec: add support for `Env`Tomas Tomecek2017-04-291-0/+15
| | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* exec: fix running with detach=TrueTomas Tomecek2016-11-291-0/+15
| | | | | | Fixes #1271 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* Split out base integration test for APIClientBen Firshman2016-11-221-2/+2
| | | | | | So the cleanup stuff can be reused for model tests. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Rename Client to APIClientBen Firshman2016-11-221-0/+108
Signed-off-by: Ben Firshman <ben@firshman.co.uk>