Merge lp://staging/~abreu-alexandre/webapps-core/webapps-core-tests-click into lp://staging/webapps-core
Proposed by
Alexandre Abreu
Status: | Needs review | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~abreu-alexandre/webapps-core/webapps-core-tests-click | ||||
Merge into: | lp://staging/webapps-core | ||||
Diff against target: |
1442 lines (+1321/-2) 17 files modified
debian/control (+19/-2) tests/unittests/CMakeLists.txt (+1/-0) tests/unittests/flake8/CMakeLists.txt (+1/-0) webapp-ebay/tests/autopilot/ebay_webapp/__init_.py (+162/-0) webapp-ebay/tests/autopilot/ebay_webapp/test_ebay_webapp.py (+21/-0) webapp-facebook/tests/autopilot/facebook_webapp/__init__.py (+130/-0) webapp-facebook/tests/autopilot/facebook_webapp/test_facebook.py (+72/-0) webapp-gmail/tests/autopilot/gmail_webapp/__init_.py (+162/-0) webapp-gmail/tests/autopilot/gmail_webapp/test_gmail_webapp.py (+21/-0) webapp-googlecalendar/tests/autopilot/googlecalendar_webapp/__init_.py (+162/-0) webapp-googlecalendar/tests/autopilot/googlecalendar_webapp/test_googlecalendar_webapp.py (+21/-0) webapp-googlemaps/tests/autopilot/googlemaps_webapp/__init_.py (+162/-0) webapp-googlemaps/tests/autopilot/googlemaps_webapp/test_googlemaps_webapp.py (+21/-0) webapp-googleplus/tests/autopilot/googleplus_webapp/__init_.py (+162/-0) webapp-googleplus/tests/autopilot/googleplus_webapp/test_googleplus_webapp.py (+21/-0) webapp-twitter/tests/autopilot/twitter_webapp/__init_.py (+162/-0) webapp-twitter/tests/autopilot/twitter_webapp/test_twitter_webapp.py (+21/-0) |
||||
To merge this branch: | bzr merge lp://staging/~abreu-alexandre/webapps-core/webapps-core-tests-click | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phablet Team | Pending | ||
Review via email:
|
Commit message
Individual tests for webapps
Description of the change
Individual tests for webapps
To post a comment you must log in.
Unmerged revisions
- 119. By Alexandre Abreu
-
Individual click packages for webapp tests