docker-py/tests
Brian Goff ce40730b42 Add special cases for .dockerignore
Fixes #498
Allowing `Dockerfile` and `.dockerignore` in the exclusion filter
completely breaks the build on docker < 1.5

In Docker 1.5 these entries are treated as special cases when included
in the .dockerignore and are still sent as part of the context. The
daemon ends up excluding them from any `ADD`, `COPY`, and cache
validation.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2015-02-24 15:48:51 -05:00
..
testdata/certs utils: add kwargs_from_env 2014-10-29 10:05:49 -07:00
__init__.py Create tests module for setuptools test support 2013-07-13 01:07:04 -05:00
fake_api.py Merge branch 'add-stats-api-support' of https://github.com/nir0s/docker-py into nir0s-add-stats-api-support 2015-02-12 13:15:59 -08:00
fake_stat.py Formatting 2015-02-12 15:54:16 -08:00
integration_test.py Add special cases for .dockerignore 2015-02-24 15:48:51 -05:00
test.py Resolves #497 - add support for dockerfile 2015-02-20 21:20:21 -05:00
utils_test.py Additional tests and small improvement to auth.resolve_authconfig 2015-02-01 15:36:56 -08:00