CHANGES
=======

* Add log messages to containers logs on test start,end

1.0.4
-----

* Extend default timeout for services health checks
* Add python 3 compatability

1.0.2
-----

* Remove readme long description - pypi issues
* Revert "Fix readme format for pypi"

1.0.1
-----

* Fix readme format for pypi

1.0.0
-----

* Refactor health check methods to use requests
* Use specific loggers instead of root
* Remove test/tools.py file
* Remove skipper requirement from readme
* Add lint and flake
* Add license - MIT
* Use pbr
* Update docker compose version
* Improve integration with test runners
* Add support for setting health checks in context managers
* Fix bugs that were introduced by the log improvements
* Add container stopped context manager
* Improve log collection process
* Setting wiremock mapping from dir should fail in case dir doesn't exist
* Add basic functionality for wiremock journal in the controller
* fix package version by git revision
* Set package version according to git revision
* Get server api version and set compose calls accordingly
* Add pause container support
* Use public base image
* Use dockerhub image for the wiremock container
* remove "<container name> | " prefix from container log files (so strato-log can read them little buggers)
* Remove docker client update
* Fix docker version validation (again)
* Fix docker version validation
* another readme fix
* readme typo fix
* Add health check support
* CR comment
* added doc strings
* unittest log file generation
* generate log file for each service (as well as one for them all)
* Add config_wiremock utility
* Fix readme's conftest section
* Add with_container_down utility
* Minor readme fixes
* Add docker-test-tools
* Create README.md
