Merge lp://staging/~canonical-platform-qa/ubuntu-system-settings-online-accounts/launch_fixture into lp://staging/ubuntu-system-settings-online-accounts
Proposed by
Leo Arias
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~canonical-platform-qa/ubuntu-system-settings-online-accounts/launch_fixture |
Merge into: | lp://staging/ubuntu-system-settings-online-accounts |
Diff against target: |
107 lines (+62/-18) 2 files modified
tests/autopilot/online_accounts_ui/fixture_setup.py (+57/-0) tests/autopilot/online_accounts_ui/tests/__init__.py (+5/-18) |
To merge this branch: | bzr merge lp://staging/~canonical-platform-qa/ubuntu-system-settings-online-accounts/launch_fixture |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Needs Fixing | |
Víctor R. Ruiz (community) | Approve | ||
Online Accounts | Pending | ||
Review via email: mp+226851@code.staging.launchpad.net |
This proposal supersedes a proposal from 2014-07-11.
Commit message
Moved the launcher to a fixture so it can be reused outside of the testcase.
To post a comment you must log in.
Overall, looks good to me. Needs fixing: Classes and methods need docstrings. And the name of the class (LaunchBinaryOn lineAccountsUI) conflicts with the one used in /tests/__init__.py (LaunchOnlineAc countsUI) .