compose/tests/unit
Thomas Grainger 20bf05a6e3 Fix TypeError in Exception handling
Traceback (most recent call last):
  File "/tmp/tmp.02tgGaAGtW/docker-compose/bin/docker-compose", line 11, in <module>
    sys.exit(main())
  File "/tmp/tmp.02tgGaAGtW/docker-compose/lib/python3.4/site-packages/compose/cli/main.py", line 68, in main
    log_api_error(e)
  File "/tmp/tmp.02tgGaAGtW/docker-compose/lib/python3.4/site-packages/compose/cli/main.py", line 89, in log_api_error
    if 'client is newer than server' in e.explanation:
TypeError: 'str' does not support the buffer interface

Signed-off-by: Thomas Grainger <tagrain@gmail.com>
2016-03-17 15:13:01 +00:00
..
cli Fix TypeError in Exception handling 2016-03-17 15:13:01 +00:00
config Allowing null for build args 2016-03-05 15:57:06 +02:00
__init__.py Split tests into unit and integration 2014-04-25 22:58:21 +01:00
cli_test.py Add -w or --workdir to compose run to override workdir from commandline 2016-03-15 15:28:32 -04:00
container_test.py Merge pull request #2388 from dnephin/fix_long_lines 2016-02-25 16:52:33 -08:00
interpolation_test.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00
progress_stream_test.py Fixes #1490 2015-11-11 11:20:59 -08:00
project_test.py Merge pull request #3075 from dnephin/reactive_logs 2016-03-16 21:03:25 +00:00
service_test.py Update reference docs for the new flag. 2016-03-02 15:32:51 -05:00
split_buffer_test.py Fix split buffer with inconsistently delimited json objects. 2015-10-06 10:43:07 -04:00
utils_test.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00
volume_test.py Add an acceptance test and docs for the down subcommand 2016-01-14 11:11:08 -05:00