compose/tests
Evan Shaw 9cdbb953ba Align status output for parallel_execute
Previously docker-compose would output lines that looked like:

    Starting service ... done
    Starting short ...
    Starting service-with-a-long-name ... done

It's difficult to scan down this output and get an idea of what's happening.

Now the statuses are aligned, and output looks like this:

    Starting service                  ... done
    Starting short                    ...
    Starting service-with-a-long-name ... done

To me, this is quite a bit easier to read.

Signed-off-by: Evan Shaw <evan@vendhq.com>
2017-07-03 16:24:07 -07:00
..
acceptance Add support for service:name pid config 2017-07-03 16:15:20 -07:00
fixtures Add support for service:name pid config 2017-07-03 16:15:20 -07:00
integration Add support for service:name pid config 2017-07-03 16:15:20 -07:00
unit Align status output for parallel_execute 2017-07-03 16:24:07 -07: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 Rewriting tests to be UCP/Swarm compatible 2017-06-14 16:17:15 -07:00