docker-py/tests/integration
Ben Firshman 956fe1cac1
Fix volume path passed by run to create_container
Seems like this is pretty much ignored by Docker, so it wasn't
causing any visible issues, except when a volume name was used
instead of a path.

Also, added integration tests.

Ref #1380

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2017-02-07 19:22:35 +01:00
..
__init__.py Remove unused files 2015-11-12 11:21:37 -08:00
api_build_test.py Add stop_timeout to create_container 2017-01-27 16:00:18 -08:00
api_client_test.py Remove integration test for APIClient.search method 2017-01-26 14:07:41 -08:00
api_container_test.py Add prune_containers method 2017-01-30 18:53:46 -08:00
api_exec_test.py exec: fix running with detach=True 2016-11-29 16:04:52 +01:00
api_healthcheck_test.py Rename Client to APIClient 2016-11-22 17:03:03 +00:00
api_image_test.py Add prune_networks method 2017-01-30 18:54:18 -08:00
api_network_test.py Merge pull request #1425 from shin-/prunes 2017-02-03 19:49:54 -08:00
api_service_test.py Add prune_networks method 2017-01-30 18:54:18 -08:00
api_swarm_test.py Add support for force_update in TaskTemplate 2017-01-27 17:19:18 -08:00
api_volume_test.py Add prune_volumes method 2017-01-30 18:53:46 -08:00
base.py Add prune_networks method 2017-01-30 18:54:18 -08:00
client_test.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
conftest.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
errors_test.py Split out base integration test for APIClient 2016-11-22 17:03:04 +00:00
models_containers_test.py Fix volume path passed by run to create_container 2017-02-07 19:22:35 +01:00
models_images_test.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
models_networks_test.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
models_nodes_test.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
models_resources_test.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
models_services_test.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
models_swarm_test.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
models_volumes_test.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
regression_test.py Split out base integration test for APIClient 2016-11-22 17:03:04 +00:00