compose/tests/unit
Nicolas Barbey 086ae04b9e Fix TypeError : unorderable types: str() < int()
While merging list items into a set, strings and ints are compared which is not possible.
We cast everything to strings to avoid the issue.

The issue was seen with python 3.5 while overriding configuration files
with heterogenous port types (int in one file, string in another).

Signed-off-by: Nicolas Barbey <nicolas.a.barbey@gmail.com>
2016-10-18 12:01:00 +02:00
..
cli Merge pull request #4016 from shin-/4008-unicode-formatter 2016-10-06 16:49:03 -07:00
config Fix TypeError : unorderable types: str() < int() 2016-10-18 12:01:00 +02:00
__init__.py
bundle_test.py Rename --fetch-digests to --push-images and remove auto-pull 2016-07-25 17:36:24 +01:00
cli_test.py Updated StringIO import to support io module 2016-04-12 12:29:59 -04:00
container_test.py Only allow log streaming if logdriver is json-file or journald 2016-09-13 11:56:26 -07:00
parallel_test.py Properly handle APIError failures in Project.up 2016-05-02 13:42:05 -07:00
progress_stream_test.py Add some unit tests for new bundle and push commands. 2016-06-28 10:18:20 -04:00
project_test.py Show a warning when engine is in swarm mode 2016-07-25 13:46:56 +01:00
service_test.py Fix #3281: Unexpected result when using build args with default values 2016-05-27 20:16:52 +02:00
split_buffer_test.py Fix split buffer with inconsistently delimited json objects. 2015-10-06 10:43:07 -04:00
utils_test.py json_splitter: Don't break when buffer contains leading whitespace. 2016-07-29 14:05:59 -07:00
volume_test.py Add an acceptance test and docs for the down subcommand 2016-01-14 11:11:08 -05:00