← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~raharper/cloud-init:fix-unittest-assert-called into cloud-init:master

 

The proposal to merge ~raharper/cloud-init:fix-unittest-assert-called into cloud-init:master has been updated.

Description changed to:

unittests: fix use of mock 2.0 'assert_called' when running make check

Some of the new DigitalOcean unittests were written to use
'assert_called', which is only available in mock versions 2.0.
Because of this, the failure would only occur in releases less
than yakkety and not in 'tox'.

For more details, see:
https://code.launchpad.net/~raharper/cloud-init/+git/cloud-init/+merge/307583
-- 
Your team cloud init development team is requested to review the proposed merge of ~raharper/cloud-init:fix-unittest-assert-called into cloud-init:master.


Follow ups