← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~chad.smith/cloud-init:feature/move-base-testcase into cloud-init:master

 

The proposal to merge ~chad.smith/cloud-init:feature/move-base-testcase into cloud-init:master has been updated.

Description changed to:

tests: Move tests/unittests/helpers.py to cloudinit/tests/helpers

Long term, we want unit tests to be as close as possible to the module
they are testing to improve test discoverability and maintenance. For any
new module introduced, a test_<modulename>.py should be added in a tests
subdirectory just below the module's path. This allows each unit test
module to be more focused on isolated testing on a specific modules
internals and aids in getting us better unit test coverage. This branch
was pulled from Lars Kellogg-Stedman <lars@xxxxxxxxxx> and rebased against
master.

For more details, see:
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/330090
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~chad.smith/cloud-init:feature/move-base-testcase into cloud-init:master.


References