lp://staging/~allanlesage/address-book-app/abook_navigation_favorites
Created by
Allan LeSage
and last modified
- Get this branch:
- bzr branch lp://staging/~allanlesage/address-book-app/abook_navigation_favorites
Only
Allan LeSage
can upload to this branch. If you are
Allan LeSage
please log in for upload directions.
Branch merges
Propose for merging
1 branch
dependent on this one.
Superseded
for merging
into
lp://staging/address-book-app
- Leo Arias (community): Approve (code review)
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Jean-Baptiste Lallement (community): Needs Fixing
- Chris Gagnon (community): Needs Fixing
-
Diff: 908 lines (+712/-11)16 files modifieddebian/control (+1/-0)
tests/autopilot/address_book_app/emulators/__init__.py (+12/-0)
tests/autopilot/address_book_app/emulators/address_book.py (+73/-0)
tests/autopilot/address_book_app/emulators/contact_list_page.py (+201/-0)
tests/autopilot/address_book_app/emulators/contact_view.py (+97/-0)
tests/autopilot/address_book_app/emulators/main_window.py (+3/-5)
tests/autopilot/address_book_app/emulators/toolbar.py (+38/-0)
tests/autopilot/address_book_app/helpers.py (+55/-0)
tests/autopilot/address_book_app/tests/__init__.py (+25/-6)
tests/autopilot/address_book_app/tests/test_add_contact.py (+4/-0)
tests/autopilot/address_book_app/tests/test_contactlist.py (+4/-0)
tests/autopilot/address_book_app/tests/test_delete_contact.py (+72/-0)
tests/autopilot/address_book_app/tests/test_edit_contact.py (+4/-0)
tests/autopilot/address_book_app/tests/test_favorites.py (+121/-0)
tests/autopilot/address_book_app/tests/test_multiple_pick_mode.py (+1/-0)
tests/autopilot/address_book_app/tests/test_single_pick_mode.py (+1/-0)
Branch information
Recent revisions
- 152. By Allan LeSage
-
Actually restore address_book emulator :/ , remove emulators tests to expedite landing.
- 151. By Allan LeSage
-
Restore address_book emulator, some important quotation-mark changes per elopio.
- 150. By Allan LeSage
-
After discussing with thomi and elopio, in the interest of landing, remove unit tests for autopilot emulators.
- 149. By Allan LeSage
-
Add some unit tests for our address_book emulator, removing any speculative functionality ;) .
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/address-book-app