~fginther/helipad/add-missing-coverage-data-file

« back to all changes in this revision

Viewing changes to tests/integration/test_jenkins_build.py

  • Committer: Tarmac
  • Author(s): Chris Johnston
  • Date: 2013-07-18 21:38:23 UTC
  • mfrom: (1.2.2 ci)
  • Revision ID: tarmac-20130718213823-ed9mvnzrp29ugv0i
Add copyright to files, a little bit of flake8 goodness.

Approved by Allan LeSage, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# QA Dashboard
 
2
# Copyright 2012-2013 Canonical Ltd.
 
3
 
 
4
# This program is free software: you can redistribute it and/or modify it
 
5
# under the terms of the GNU Affero General Public License version 3, as
 
6
# published by the Free Software Foundation.
 
7
 
 
8
# This program is distributed in the hope that it will be useful, but
 
9
# WITHOUT ANY WARRANTY; without even the implied warranties of
 
10
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
 
11
# PURPOSE.  See the GNU Affero General Public License for more details.
 
12
 
 
13
# You should have received a copy of the GNU Affero General Public License
 
14
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
 
1
16
 
2
17
from urlparse import urljoin
3
18
from mock import patch, MagicMock