--- ubuntu-experience-tests-0.1+14.10.20140808.orig/debian/changelog +++ ubuntu-experience-tests-0.1+14.10.20140808/debian/changelog @@ -0,0 +1,48 @@ +ubuntu-experience-tests (0.1+14.10.20140808-0ubuntu1) utopic; urgency=low + + [ Nicholas Skaggs ] + * (no message) + + [ Omer Akram ] + * first commit to include integration tests and debian structure + * style changes: debial/control + * make the module installation such a way so that we can create + different deb packages our of this source + * separate out helper functions into a seprate module to be consumed + by others + * make the testsuite architecture independant + * update header files + * depend on dialer-app + * also depend on uitoolkit-autopilot + * we are using emulators from unity8, depend on its autopilot package + * add docstring to make it clear what the helper function does + * added tests for the environment fixtures + + [ Dan Chapman ] + * Merge: Brendan Donegan 2014-06-19 Fix call to get_vcard_uid + + [ Leo Arias ] + * Added flake8 check to the debian package. + * Update the environment to use the helpers from the toolkit. + * Cleaned up the test to use the helpers from the dialer app. + * Added readme file describing the directory structure and class name + format when adding new tests. + * Test that online accounts launched with url dispatcher can be swiped + into background. + * skiptest is a typo in test_osd_dialer_integration.py, should be + skipTest + * Ported package to python3. Removed dialer tests for now, because it + is python2. + * Fix a couple of minor issues that slipped in with the + ContactsDbusService branch. + * Fixed the packaging to install ubuntu_experience_tests as a py3 + library. + * Updated the test to take into account the new dash app. + + -- Ubuntu daily release Fri, 08 Aug 2014 08:15:15 +0000 + +ubuntu-experience-tests (0.1-0ubuntu1) utopic; urgency=medium + + * Initial release. (Closes: #1353842) + + -- Leonardo Arias Fonseca Thu, 07 Aug 2014 00:36:42 -0600 --- ubuntu-experience-tests-0.1+14.10.20140808.orig/debian/compat +++ ubuntu-experience-tests-0.1+14.10.20140808/debian/compat @@ -0,0 +1 @@ +9 --- ubuntu-experience-tests-0.1+14.10.20140808.orig/debian/control +++ ubuntu-experience-tests-0.1+14.10.20140808/debian/control @@ -0,0 +1,27 @@ +Source: ubuntu-experience-tests +Section: utils +Priority: optional +Maintainer: Ubuntu Quality Team +Build-Depends: debhelper (>= 9.0.0), + dh-python, + pyflakes, + python3-all, + python3-pep8, + python3-setuptools, +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/ubuntu-autopilot-tests/ +Vcs-bzr: lp:ubuntu-autopilot-tests/ubuntu-experience-tests +X-Python3-Version: >= 3.2 + +Package: ubuntu-experience-tests +Architecture: all +Depends: ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends}, + python3-autopilot, + ubuntu-ui-toolkit-autopilot, + unity8-autopilot, + url-dispatcher-tools, +Description: Ubuntu user experience Autopilot tests + This package provides a set of autopilot tests for testing + the inter-app integration under Unity8 --- ubuntu-experience-tests-0.1+14.10.20140808.orig/debian/copyright +++ ubuntu-experience-tests-0.1+14.10.20140808/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ubuntu-experience-tests +Source: https://code.launchpad.net/ubuntu-autopilot-tests/ubuntu-experience-tests + +Files: * +Copyright: 2013 Ubuntu Quality Team +License: GPL-3.0+ + +Files: debian/* +Copyright: 2013 Ubuntu Quality Team +License: GPL-3.0+ + +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". --- ubuntu-experience-tests-0.1+14.10.20140808.orig/debian/rules +++ ubuntu-experience-tests-0.1+14.10.20140808/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export PYBUILD_NAME=ubuntu_experience_tests + +%: + dh $@ --with python3 --buildsystem pybuild + +override_dh_auto_test: + python3 -m pep8 ubuntu_experience_tests/ + pyflakes3 ubuntu_experience_tests/ + +override_dh_install: + dh_install --fail-missing --- ubuntu-experience-tests-0.1+14.10.20140808.orig/debian/source/format +++ ubuntu-experience-tests-0.1+14.10.20140808/debian/source/format @@ -0,0 +1 @@ +1.0