Code review comment for lp:~veebers/autopilot/fix_for_config_init

Revision history for this message
Christopher Lee (veebers) wrote :

@Leo, I've added a first pass at a functional test for this as requested.

I'm not son keen on doing a test using mocks etc. to check the order of the calls. The calls are static and we can see them in the source file (e.g. they aren't conditionally run etc.) as well as the whole suite of tests that cover the execution of this part of the code which should give us coverage already.

« Back to merge proposal