compose/tests
Andrey Devyatkin a67ba5536d Fix #3281: Unexpected result when using build args with default values
Fix the issue when build arg is set to None instead of empty string. Usecase:

cat docker-compose.yml
  .... args:
  - http_proxy
  - https_proxy
  - no_proxy

If http_proxy, https_proxy, no_proxy environment variables are not defined then http_proxy,
https_proxy, no_proxy build args will be set to string None which breaks all downloads

With this change undefined build args will be set to empty string instead of string None

Signed-off-by: Andrey Devyatkin <andrey.a.devyatkin@gmail.com>
2016-05-28 11:39:41 +02:00
..
acceptance Update rm command to always remove one-off containers. 2016-05-16 14:59:33 -07:00
fixtures Fix format of 'restart' option in 'config' output 2016-04-26 19:21:03 +01:00
integration Eliminate duplicates when merging port mappings from config files 2016-05-20 15:28:35 -07:00
unit Fix #3281: Unexpected result when using build args with default values 2016-05-28 11:39:41 +02:00
__init__.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00
helpers.py Limit occurrences of creating an environment object. 2016-03-24 10:57:01 -07:00