docker-py/tests
Mazz Mosley 35b30e69df Remove validation of supported log drivers
By having this hardcoded list of log drivers, it is a bottleneck
to us supporting more log drivers.

The daemon already validates if a log driver is valid or not, so rather
than duplicating that validation, let's pass the log_driver along.

This allows support for new/more log drivers as they become supported
in docker without having to wait for both docker-py and docker-compose
to support them.

Keeping the current list of log driver types for backwards compatibility.

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
2015-08-26 16:02:03 +01: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
base.py revert 2015-04-22 17:45:56 -07:00
fake_api.py Run tests with pytest 2015-08-25 16:34:33 +01:00
fake_stat.py Formatting 2015-02-12 15:54:16 -08:00
integration_test.py Remove validation of supported log drivers 2015-08-26 16:02:03 +01:00
test.py Use pytest helpers to assert exceptions and deprecated warnings 2015-08-25 16:34:33 +01:00
utils_test.py Remove validation of supported log drivers 2015-08-26 16:02:03 +01:00