v1.2.0
Version 1.2.0 add supports for Python 3, and other improvements, including:
- Add
FAIL_AND_CONTINUEphase result (#616) - Add
get_measurement(),get_attachment()to TestApi (#624) - Config values passed at the command-line can have their type inferred (#666)
- Add optional timeout to plug
tearDown()(#668) - Add
DeviceWrappingPlugto easily create a plug from an existing Python interface (#671) - Add
auto_placeholderoption to allow for overridable plugs. (#683)