Merge lp://staging/~brendan-donegan/ubuntu-autopilot-tests/contacts_dbus_test into lp://staging/ubuntu-autopilot-tests/ubuntu-experience-tests
Status: | Work in progress | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~brendan-donegan/ubuntu-autopilot-tests/contacts_dbus_test | ||||
Merge into: | lp://staging/ubuntu-autopilot-tests/ubuntu-experience-tests | ||||
Prerequisite: | lp://staging/~elopio/ubuntu-autopilot-tests/fix_packaging | ||||
Diff against target: |
205 lines (+129/-16) 4 files modified
debian/control (+3/-0) debian/rules (+1/-0) tests/test_helpers.py (+113/-0) ubuntu_experience_tests/helpers.py (+12/-16) |
||||
To merge this branch: | bzr merge lp://staging/~brendan-donegan/ubuntu-autopilot-tests/contacts_dbus_test | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Leo Arias (community) | Needs Fixing | ||
PS Jenkins bot | continuous-integration | Needs Fixing | |
Review via email: mp+225595@code.staging.launchpad.net |
This proposal supersedes a proposal from 2014-06-24.
Commit message
Unit tests for ContactsDbusSer
Description of the change
Add some unit tests for ContactsDBusSer
Unmerged revisions
- 34. By Brendan Donegan
-
Merged from trunk
- 33. By Brendan Donegan
-
Use nose to run the tests instead
- 32. By Brendan Donegan
-
Run unit tests during builds and update test code to run under python3. Also revert the addCleanup change as it's not working
- 31. By Brendan Donegan
-
Fix control file and flake8 error in helpers.py
- 30. By Brendan Donegan
-
Pass callables in addCleanup
- 29. By Brendan Donegan
-
Use addCleanup instead of tearDown
- 28. By Brendan Donegan
-
flake8 fixes
- 27. By Brendan Donegan
-
Add python3-dbus and python3-dbusmock to Build-Deps
- 26. By Brendan Donegan
-
Found a better home for the unit tests
- 25. By Brendan Donegan
-
Add unit tests for ContactsDbusService
see my comments, i'll update the rest later