docs/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 Split tests into unit and integration 2014-04-25 22:58:21 +01:00
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 Run pre-commit on all files 2015-08-24 17:04:50 -04:00
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 Update unit tests for stream_output to match the behaviour of a docker-py response. 2015-08-25 10:48:48 -04:00
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 Run pre-commit on all files 2015-08-24 17:04:50 -04:00
split_buffer_test.py Fix log printing for python3 by converting everything to unicode. 2015-08-26 11:24:48 -04:00