To aid in debugging failed tests, the model status will be dumped in a format similar to juju status, as well as the results of running juju debug-log --replay --level=ERROR.
Also adds a method and decorator to abort subsequent test methods if a given test method fails.
To aid in debugging failed tests, the model status will be dumped in a format similar to
juju status
, as well as the results of runningjuju debug-log --replay --level=ERROR
.Also adds a method and decorator to abort subsequent test methods if a given test method fails.