Added
- Bump to Chaos Toolkit library 1.2.0
- Allow to declare and load controls from settings so they are globally
applied to all your runs [chaostoolkit-lib99][99]
In your settings file, at `~/.chaostoolkit-lib/settings.yaml` add, for
instance:
yaml
controls:
my-own-control:
provider:
module: mypackage.mycontrole_module
type: python
This will load `mypackage/mycontrole_module.py` from your `PYTHONPATH`
and use it as a [control][].
- Remove MacOSX build. Way too long for any benefits.
- Build against stable Python 3.7
- Ensure exit code is set in all cases
[control]: https://docs.chaostoolkit.org/reference/extending/create-control-extension/
[99]: https://github.com/chaostoolkit/chaostoolkit-lib/issues/99