Merge lp:~elopio/ubuntuone-testing/license-and-docstring into lp:ubuntuone-testing

Proposed by Leo Arias
Status: Merged
Approved by: Leo Arias
Approved revision: 30
Merged at revision: 30
Proposed branch: lp:~elopio/ubuntuone-testing/license-and-docstring
Merge into: lp:ubuntuone-testing
Prerequisite: lp:~elopio/ubuntuone-testing/tests-rename
Diff against target: 269 lines (+198/-0)
9 files modified
ubuntuone/web/tests/sst/payments/u1webp001_paymusicstreaming.py (+22/-0)
ubuntuone/web/tests/sst/payments/u1webp002_payadditionalstorage.py (+22/-0)
ubuntuone/web/tests/sst/payments/u1webp003_paywithrefusedcard.py (+22/-0)
ubuntuone/web/tests/sst/services/u1webse001_information.py (+22/-0)
ubuntuone/web/tests/sst/services/u1webse002_musicstreamingmonthly.py (+22/-0)
ubuntuone/web/tests/sst/services/u1webse003_musicstreamingannually.py (+22/-0)
ubuntuone/web/tests/sst/services/u1webse004_choosestorageamount.py (+22/-0)
ubuntuone/web/tests/sst/services/u1webse005_addmonthlystorage.py (+22/-0)
ubuntuone/web/tests/sst/services/u1webse006_addannuallystorage.py (+22/-0)
To merge this branch: bzr merge lp:~elopio/ubuntuone-testing/license-and-docstring
Reviewer Review Type Date Requested Status
Rick McBride (community) Approve
Review via email: mp+76089@code.launchpad.net

Commit message

Added the license and a docstring to test files. (Fixes LP: #854128)

Description of the change

Added the license and a docstring to test files. (LP: #854128)

To post a comment you must log in.
Revision history for this message
Rick McBride (rmcbride) wrote :

+1

Thanks for adding that.

Revision history for this message
Rick McBride (rmcbride) :
review: Approve
Revision history for this message
Ubuntu One Auto Pilot (otto-pilot) wrote :

The prerequisite lp:~elopio/ubuntuone-testing/tests-rename has not yet been merged into lp:ubuntuone-testing.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/web/tests/sst/payments/u1webp001_paymusicstreaming.py'
2--- ubuntuone/web/tests/sst/payments/u1webp001_paymusicstreaming.py 2011-09-15 07:32:09 +0000
3+++ ubuntuone/web/tests/sst/payments/u1webp001_paymusicstreaming.py 2011-09-19 19:14:17 +0000
4@@ -1,3 +1,25 @@
5+# -*- coding: utf-8 -*-
6+
7+# Authors:
8+# Rick McBride <rick.mcbride@canonical.com>
9+# Leo Arias <leo.arias@canonical.com>
10+#
11+# Copyright 2011 Canonical Ltd.
12+#
13+# This program is free software: you can redistribute it and/or modify it
14+# under the terms of the GNU General Public License version 3, as published
15+# by the Free Software Foundation.
16+#
17+# This program is distributed in the hope that it will be useful, but
18+# WITHOUT ANY WARRANTY; without even the implied warranties of
19+# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
20+# PURPOSE. See the GNU General Public License for more details.
21+#
22+# You should have received a copy of the GNU General Public License along
23+# with this program. If not, see <http://www.gnu.org/licenses/>.
24+
25+"""Pay for the music streaming service."""
26+
27 from sst.actions import *
28 from _actions import *
29 try:
30
31=== modified file 'ubuntuone/web/tests/sst/payments/u1webp002_payadditionalstorage.py'
32--- ubuntuone/web/tests/sst/payments/u1webp002_payadditionalstorage.py 2011-09-15 07:32:09 +0000
33+++ ubuntuone/web/tests/sst/payments/u1webp002_payadditionalstorage.py 2011-09-19 19:14:17 +0000
34@@ -1,3 +1,25 @@
35+# -*- coding: utf-8 -*-
36+
37+# Authors:
38+# Rick McBride <rick.mcbride@canonical.com>
39+# Leo Arias <leo.arias@canonical.com>
40+#
41+# Copyright 2011 Canonical Ltd.
42+#
43+# This program is free software: you can redistribute it and/or modify it
44+# under the terms of the GNU General Public License version 3, as published
45+# by the Free Software Foundation.
46+#
47+# This program is distributed in the hope that it will be useful, but
48+# WITHOUT ANY WARRANTY; without even the implied warranties of
49+# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
50+# PURPOSE. See the GNU General Public License for more details.
51+#
52+# You should have received a copy of the GNU General Public License along
53+# with this program. If not, see <http://www.gnu.org/licenses/>.
54+
55+"""Pay for the additional sotrage service."""
56+
57 from sst.actions import *
58 from _actions import *
59 try:
60
61=== modified file 'ubuntuone/web/tests/sst/payments/u1webp003_paywithrefusedcard.py'
62--- ubuntuone/web/tests/sst/payments/u1webp003_paywithrefusedcard.py 2011-09-15 07:32:09 +0000
63+++ ubuntuone/web/tests/sst/payments/u1webp003_paywithrefusedcard.py 2011-09-19 19:14:17 +0000
64@@ -1,3 +1,25 @@
65+# -*- coding: utf-8 -*-
66+
67+# Authors:
68+# Rick McBride <rick.mcbride@canonical.com>
69+# Leo Arias <leo.arias@canonical.com>
70+#
71+# Copyright 2011 Canonical Ltd.
72+#
73+# This program is free software: you can redistribute it and/or modify it
74+# under the terms of the GNU General Public License version 3, as published
75+# by the Free Software Foundation.
76+#
77+# This program is distributed in the hope that it will be useful, but
78+# WITHOUT ANY WARRANTY; without even the implied warranties of
79+# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
80+# PURPOSE. See the GNU General Public License for more details.
81+#
82+# You should have received a copy of the GNU General Public License along
83+# with this program. If not, see <http://www.gnu.org/licenses/>.
84+
85+"""Pay for a service with a refused card."""
86+
87 from sst.actions import *
88 from _actions import *
89 try:
90
91=== modified file 'ubuntuone/web/tests/sst/services/u1webse001_information.py'
92--- ubuntuone/web/tests/sst/services/u1webse001_information.py 2011-09-15 07:32:09 +0000
93+++ ubuntuone/web/tests/sst/services/u1webse001_information.py 2011-09-19 19:14:17 +0000
94@@ -1,3 +1,25 @@
95+# -*- coding: utf-8 -*-
96+
97+# Authors:
98+# Rick McBride <rick.mcbride@canonical.com>
99+# Leo Arias <leo.arias@canonical.com>
100+#
101+# Copyright 2011 Canonical Ltd.
102+#
103+# This program is free software: you can redistribute it and/or modify it
104+# under the terms of the GNU General Public License version 3, as published
105+# by the Free Software Foundation.
106+#
107+# This program is distributed in the hope that it will be useful, but
108+# WITHOUT ANY WARRANTY; without even the implied warranties of
109+# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
110+# PURPOSE. See the GNU General Public License for more details.
111+#
112+# You should have received a copy of the GNU General Public License along
113+# with this program. If not, see <http://www.gnu.org/licenses/>.
114+
115+"""Verify the information about the services offered."""
116+
117 from sst.actions import *
118 from _actions import *
119 try:
120
121=== modified file 'ubuntuone/web/tests/sst/services/u1webse002_musicstreamingmonthly.py'
122--- ubuntuone/web/tests/sst/services/u1webse002_musicstreamingmonthly.py 2011-09-15 07:32:09 +0000
123+++ ubuntuone/web/tests/sst/services/u1webse002_musicstreamingmonthly.py 2011-09-19 19:14:17 +0000
124@@ -1,3 +1,25 @@
125+# -*- coding: utf-8 -*-
126+
127+# Authors:
128+# Rick McBride <rick.mcbride@canonical.com>
129+# Leo Arias <leo.arias@canonical.com>
130+#
131+# Copyright 2011 Canonical Ltd.
132+#
133+# This program is free software: you can redistribute it and/or modify it
134+# under the terms of the GNU General Public License version 3, as published
135+# by the Free Software Foundation.
136+#
137+# This program is distributed in the hope that it will be useful, but
138+# WITHOUT ANY WARRANTY; without even the implied warranties of
139+# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
140+# PURPOSE. See the GNU General Public License for more details.
141+#
142+# You should have received a copy of the GNU General Public License along
143+# with this program. If not, see <http://www.gnu.org/licenses/>.
144+
145+"""Buy the monthly music streaming service."""
146+
147 from sst.actions import *
148 from _actions import *
149 try:
150
151=== modified file 'ubuntuone/web/tests/sst/services/u1webse003_musicstreamingannually.py'
152--- ubuntuone/web/tests/sst/services/u1webse003_musicstreamingannually.py 2011-09-15 07:32:09 +0000
153+++ ubuntuone/web/tests/sst/services/u1webse003_musicstreamingannually.py 2011-09-19 19:14:17 +0000
154@@ -1,3 +1,25 @@
155+# -*- coding: utf-8 -*-
156+
157+# Authors:
158+# Rick McBride <rick.mcbride@canonical.com>
159+# Leo Arias <leo.arias@canonical.com>
160+#
161+# Copyright 2011 Canonical Ltd.
162+#
163+# This program is free software: you can redistribute it and/or modify it
164+# under the terms of the GNU General Public License version 3, as published
165+# by the Free Software Foundation.
166+#
167+# This program is distributed in the hope that it will be useful, but
168+# WITHOUT ANY WARRANTY; without even the implied warranties of
169+# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
170+# PURPOSE. See the GNU General Public License for more details.
171+#
172+# You should have received a copy of the GNU General Public License along
173+# with this program. If not, see <http://www.gnu.org/licenses/>.
174+
175+"""Buy the annually music streaming service."""
176+
177 from sst.actions import *
178 from _actions import *
179 try:
180
181=== modified file 'ubuntuone/web/tests/sst/services/u1webse004_choosestorageamount.py'
182--- ubuntuone/web/tests/sst/services/u1webse004_choosestorageamount.py 2011-09-15 07:32:09 +0000
183+++ ubuntuone/web/tests/sst/services/u1webse004_choosestorageamount.py 2011-09-19 19:14:17 +0000
184@@ -1,3 +1,25 @@
185+# -*- coding: utf-8 -*-
186+
187+# Authors:
188+# Rick McBride <rick.mcbride@canonical.com>
189+# Leo Arias <leo.arias@canonical.com>
190+#
191+# Copyright 2011 Canonical Ltd.
192+#
193+# This program is free software: you can redistribute it and/or modify it
194+# under the terms of the GNU General Public License version 3, as published
195+# by the Free Software Foundation.
196+#
197+# This program is distributed in the hope that it will be useful, but
198+# WITHOUT ANY WARRANTY; without even the implied warranties of
199+# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
200+# PURPOSE. See the GNU General Public License for more details.
201+#
202+# You should have received a copy of the GNU General Public License along
203+# with this program. If not, see <http://www.gnu.org/licenses/>.
204+
205+"""Increase and decrease the amount of storage to buy."""
206+
207 from sst.actions import *
208 from _actions import *
209 try:
210
211=== modified file 'ubuntuone/web/tests/sst/services/u1webse005_addmonthlystorage.py'
212--- ubuntuone/web/tests/sst/services/u1webse005_addmonthlystorage.py 2011-09-15 07:32:09 +0000
213+++ ubuntuone/web/tests/sst/services/u1webse005_addmonthlystorage.py 2011-09-19 19:14:17 +0000
214@@ -1,3 +1,25 @@
215+# -*- coding: utf-8 -*-
216+
217+# Authors:
218+# Rick McBride <rick.mcbride@canonical.com>
219+# Leo Arias <leo.arias@canonical.com>
220+#
221+# Copyright 2011 Canonical Ltd.
222+#
223+# This program is free software: you can redistribute it and/or modify it
224+# under the terms of the GNU General Public License version 3, as published
225+# by the Free Software Foundation.
226+#
227+# This program is distributed in the hope that it will be useful, but
228+# WITHOUT ANY WARRANTY; without even the implied warranties of
229+# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
230+# PURPOSE. See the GNU General Public License for more details.
231+#
232+# You should have received a copy of the GNU General Public License along
233+# with this program. If not, see <http://www.gnu.org/licenses/>.
234+
235+"""Buy the monthly extra storage service."""
236+
237 from sst.actions import *
238 from _actions import *
239 try:
240
241=== modified file 'ubuntuone/web/tests/sst/services/u1webse006_addannuallystorage.py'
242--- ubuntuone/web/tests/sst/services/u1webse006_addannuallystorage.py 2011-09-15 07:32:09 +0000
243+++ ubuntuone/web/tests/sst/services/u1webse006_addannuallystorage.py 2011-09-19 19:14:17 +0000
244@@ -1,3 +1,25 @@
245+# -*- coding: utf-8 -*-
246+
247+# Authors:
248+# Rick McBride <rick.mcbride@canonical.com>
249+# Leo Arias <leo.arias@canonical.com>
250+#
251+# Copyright 2011 Canonical Ltd.
252+#
253+# This program is free software: you can redistribute it and/or modify it
254+# under the terms of the GNU General Public License version 3, as published
255+# by the Free Software Foundation.
256+#
257+# This program is distributed in the hope that it will be useful, but
258+# WITHOUT ANY WARRANTY; without even the implied warranties of
259+# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
260+# PURPOSE. See the GNU General Public License for more details.
261+#
262+# You should have received a copy of the GNU General Public License along
263+# with this program. If not, see <http://www.gnu.org/licenses/>.
264+
265+"""Buy the annually extra storage service."""
266+
267 from sst.actions import *
268 from _actions import *
269 try:

Subscribers

People subscribed via source and target branches