~ubuntu-branches/ubuntu/vivid/unity-scope-click/vivid-proposed

« back to all changes in this revision

Viewing changes to tests/common/__init__.py

  • Committer: Package Import Robot
  • Author(s): CI Train Bot, Alejandro J. Cura, CI Train Bot, Pawel Stolowski
  • Date: 2015-03-26 18:49:47 UTC
  • mfrom: (1.1.87)
  • Revision ID: package-import@ubuntu.com-20150326184947-ixmeux4m98o3nkat
Tags: 0.1.1+15.04.20150326-0ubuntu1
[ Alejandro J. Cura ]
* Fake webservices for the integration tests
* Fetch the "refundable_until" field from the /purchases endpoint, and
  store it as a GMT timestamp
* Use table widget in previews (LP: #1407680)

[ CI Train Bot ]
* New rebuild forced.

[ Pawel Stolowski ]
* Initial set of python integration tests using the scope harness

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 
2
#
 
3
# Copyright (C) 2015 Canonical Ltd.
 
4
#
 
5
# This program is free software; you can redistribute it and/or modify
 
6
# it under the terms of the GNU General Public License version 3, as published
 
7
# by the Free Software Foundation.
 
8
#
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 
12
# GNU General Public License for more details.
 
13
#
 
14
# You should have received a copy of the GNU General Public License
 
15
# along with this program. If not, see <http://www.gnu.org/licenses/>.