compose/tests/unit
Mazz Mosley a594a2ccc2 Disallow booleans in environment
When users were putting true/false/yes/no in the environment key,
the YML parser was converting them into True/False, rather than leaving
them as a string.

This change will force people to put them in quotes, thus ensuring
that the value gets passed through as intended.

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
2015-09-15 15:33:30 +01:00
..
cli Fix warning message when a container uses a non-json log driver 2015-09-11 12:54:27 -04:00
__init__.py
cli_test.py Allow setting a one-off container name 2015-08-26 13:33:03 -04:00
config_test.py Disallow booleans in environment 2015-09-15 15:33:30 +01:00
container_test.py Use custom container name in logs. Fixes #1851 2015-09-07 14:03:00 +01:00
interpolation_test.py
multiplexer_test.py
progress_stream_test.py
project_test.py Refactor network_mode logic out of Service. 2015-09-03 13:02:46 -04:00
service_test.py Refactor network_mode logic out of Service. 2015-09-03 13:02:46 -04:00
sort_service_test.py
split_buffer_test.py Fix log printing for python3 by converting everything to unicode. 2015-08-26 11:24:48 -04:00