ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #06775
[Merge] lp:~emailgirishrawat/ubuntu-calendar-app/READMEs into lp:ubuntu-calendar-app
Girish has proposed merging lp:~emailgirishrawat/ubuntu-calendar-app/READMEs into lp:ubuntu-calendar-app.
Requested reviews:
Ubuntu Calendar Developers (ubuntu-calendar-dev)
For more details, see:
https://code.launchpad.net/~emailgirishrawat/ubuntu-calendar-app/READMEs/+merge/280761
Added a section on Dependencies in README and a section to run tests in Ubuntu SDK in README.autopilot
--
Your team Ubuntu Calendar Developers is requested to review the proposed merge of lp:~emailgirishrawat/ubuntu-calendar-app/READMEs into lp:ubuntu-calendar-app.
=== modified file 'README'
--- README 2015-12-13 17:16:54 +0000
+++ README 2015-12-16 19:16:32 +0000
@@ -4,6 +4,13 @@
Ubuntu Calendar App is the official calendar app for Ubuntu Touch. We follow an open source model where the code is available to anyone to branch and to hack on.
The ubuntu calendaar app follows a test driven development (TDD) where tests are written in parallel to feature implementation to help spot regressions easier.
+Dependencies
+============
+
+DEPENDENCIES ARE NEEDED TO BE INSTALLED TO BUILD AND RUN THE APP.
+
+A complete list of dependencies for the project can be found in ubuntu-calendar-app/debian/control
+
Useful Links
============
=== modified file 'README.autopilot'
--- README.autopilot 2015-12-14 17:44:54 +0000
+++ README.autopilot 2015-12-16 19:16:32 +0000
@@ -17,7 +17,7 @@
=============
Install the following autopilot packages required to run the tests,
- $ sudo apt-get install python3-autopilot libautopilot-qt ubuntu-ui-toolkit-autopilot python3-autopilot-vis
+ $ sudo apt-get install python3-autopilot python3-dateutil libautopilot-qt ubuntu-ui-toolkit-autopilot python3-autopilot-vis
address-book-service-testability package may also be required if not already installed
$ sudo apt-get install address-book-service-testability
@@ -54,7 +54,7 @@
Running tests using Ubuntu SDK
==============================
-https://developer.ubuntu.com/en/start/platform/guides/running-autopilot-tests/
+Refer this tutorial to run tests on Ubuntu SDK: https://developer.ubuntu.com/en/start/platform/guides/running-autopilot-tests/
Running tests on device or emulator
===================================
Follow ups