compose/tests/unit
Luke Marsden a68ee0d9c2 Support volume_driver in compose
* Add support for volume_driver parameter in compose yml
* Don't expand volume host paths if a volume_driver is specified
  (i.e., disable compose feature "relative to absolute path
  transformation" when volume drivers are in use, since volume drivers
  can use name where host path is normally specified; this is a
  heuristic)

Signed-off-by: Luke Marsden <luke@clusterhq.com>
2015-07-31 15:23:15 +01:00
..
cli
__init__.py
cli_test.py Remove logging test 2015-07-21 15:56:37 +01:00
config_test.py Support volume_driver in compose 2015-07-31 15:23:15 +01:00
container_test.py
log_printer_test.py
multiplexer_test.py Make sure an exception in any iterator gets raised in the main thread 2015-07-29 19:42:33 +01:00
progress_stream_test.py Possible division by zero error when pulling an image - fixes #1463 2015-05-26 15:34:34 -07:00
project_test.py Minor test refactor 2015-07-13 14:11:12 +01:00
service_test.py Deprecate --allow-insecure-ssl 2015-07-23 10:56:21 +01:00
sort_service_test.py
split_buffer_test.py