Merge lp:~milner/cloud-init/unit-test-framework into lp:~cloud-init-dev/cloud-init/trunk
Proposed by
Mike Milner
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 501 | ||||
Proposed branch: | lp:~milner/cloud-init/unit-test-framework | ||||
Merge into: | lp:~cloud-init-dev/cloud-init/trunk | ||||
Diff against target: |
92 lines (+70/-0) 3 files modified
Makefile (+14/-0) debian.trunk/control (+3/-0) tests/unittests/test_util.py (+53/-0) |
||||
To merge this branch: | bzr merge lp:~milner/cloud-init/unit-test-framework | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Scott Moser | Pending | ||
Review via email:
|
Description of the change
Add a basic unit test framework and example tests for cloudinit.
To run tests type "make test"
To check code you can use "make lint" and "make pyflakes"
To post a comment you must log in.