Merge lp://staging/~soren/vmbuilder/interfacetests into lp://staging/vmbuilder/trunk
Proposed by
Soren Hansen
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~soren/vmbuilder/interfacetests |
Merge into: | lp://staging/vmbuilder/trunk |
Diff against target: |
123 lines 7 files modified
VMBuilder/distro.py (+2/-2) VMBuilder/hypervisor.py (+1/-1) VMBuilder/plugins/ubuntu/suite.py (+1/-1) test/__init__.py (+40/-0) test/distro_tests.py (+8/-0) test/hypervisor_tests.py (+7/-0) test/suite_tests.py (+7/-0) |
To merge this branch: | bzr merge lp://staging/~soren/vmbuilder/interfacetests |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Iain Lowe | Approve | ||
Review via email: mp+14348@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 358. By Soren Hansen
-
Merge lp:~ilowe/vmbuilder/lp428548 with a few changes:
* Kept the disk_tests.py from trunk.
* Change interface_implements from a decorator to a test factory.
This branch adds some interface unit tests. Most of the work was done by Iain, I just fixed a few things up a bit.