pydoit / doit

CLI task management & automation tool
http://pydoit.org
MIT License
1.87k stars 175 forks source link

Make it possible to run config_changed with an custom encoder. #272

Closed okin closed 5 years ago

okin commented 5 years ago

The new config_changed is great but I had a case where there was need to use a custom encoder. This PR adds the possibility to specify a special encoder.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.0004%) to 99.744% when pulling d2acf23adc70090ec4e3af94b13927d0c9667268 on okin:feature/config_changed_with_custom_encoder into b274f34a20f74b13290736e35338d2fe82c6bb0d on pydoit:master.

okin commented 5 years ago

Thanks for your feedback! I changed the test for 100% coverage and added documentation. Does this look good now?