Merge lp://staging/~noskcaj/ubuntu-autopilot-tests/mousepad into lp://staging/ubuntu-autopilot-tests
Proposed by
Jackson Doak
Status: | Rejected |
---|---|
Rejected by: | Nicholas Skaggs |
Proposed branch: | lp://staging/~noskcaj/ubuntu-autopilot-tests/mousepad |
Merge into: | lp://staging/ubuntu-autopilot-tests |
Diff against target: |
31 lines (+25/-0) 1 file modified
xubuntu_autopilot_tests/mousepad/test_mousepad.py (+25/-0) |
To merge this branch: | bzr merge lp://staging/~noskcaj/ubuntu-autopilot-tests/mousepad |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Nicholas Skaggs (community) | Needs Information | ||
Review via email: mp+208890@code.staging.launchpad.net |
Description of the change
Add basic mousepad test
To post a comment you must log in.
Unmerged revisions
- 64. By Jackson Doak
-
Add basic mousepad test
hmm, no introspection :-(
autopilot launch -i Gtk mousepad
Gtk-Message: Failed to load module "autopilot"
Ideally we are using test_launch, and not BAMF.
Moving on, I would suggest before merging the test you add at least one simple testcase. Can you check anything else? You have the same assert in setup as in the testcase;
self.assertTrue (self.app. is_active)