compose/tests/integration
CJ 25ee3f0033 Remove extra s from --add-host
linting...
six.string_types
list-of-strings in examples
disallow extra_hosts support for list-of-dicts
A more thorough sets of tests for extra_hosts
Provide better examples
As per @aanand's [comment](https://github.com/docker/compose/pull/1158/files#r28326312)

  I think it'd be better to check `if not isinstance(extra_hosts_line,
  six.string_types)` and raise an error saying `extra_hosts_config must be
  either a list of strings or a string->string mapping`. We shouldn't need
  to do anything special with the list-of-dicts case.
order result to work with assert
use set() instead of sort()

Signed-off-by: CJ <lim@chernjie.com>
2015-04-24 09:21:29 +08:00
..
__init__.py Split tests into unit and integration 2014-04-25 22:58:21 +01:00
cli_test.py Fix --timeout flag on restart, add tests for stop and restart 2015-04-21 11:59:33 +01:00
project_test.py [pep8] make test files and config files pep8 valid 2015-03-25 20:20:38 -07:00
service_test.py Remove extra s from --add-host 2015-04-24 09:21:29 +08:00
testcases.py Fix environment resolution 2015-03-13 14:22:28 +00:00