Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use pytest assertspytest-asserts | Joffrey F | 2018-01-30 | 1 | -32/+28 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update save / export methods to return data generators1774-export-methods | Joffrey F | 2018-01-26 | 1 | -1/+23 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for experimental platform flag in build and pull1855-platform-option | Joffrey F | 2018-01-23 | 1 | -1/+10 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Return generator for output of load_image endpoint | Joffrey F | 2017-08-17 | 1 | -0/+13 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Return the result of the API when using remove_image and load_image | Cecile Tonglet | 2017-08-17 | 1 | -1/+2 |
| | | | | | | Those calls return result that can be used by the developers. Signed-off-by: Cecile Tonglet <cecile.tonglet@gmail.com> | ||||
* | Only pull the 'latest' tag when testing images | Bryan Boreham | 2017-06-14 | 1 | -3/+4 |
| | | | | Signed-off-by: Bryan Boreham <bjboreham@gmail.com> | ||||
* | Add prune_networks method | Joffrey F | 2017-01-30 | 1 | -1/+15 |
| | | | | | | Ensure all integration tests use the same version of the busybox image Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add prune_volumes method | Joffrey F | 2017-01-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add prune_images method | Joffrey F | 2017-01-30 | 1 | -0/+16 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Split out base integration test for APIClient | Ben Firshman | 2016-11-22 | 1 | -6/+6 |
| | | | | | | So the cleanup stuff can be reused for model tests. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Rename Client to APIClient | Ben Firshman | 2016-11-22 | 1 | -0/+287 |
Signed-off-by: Ben Firshman <ben@firshman.co.uk> |