~canonical-platform-qa/ubuntu-autopilot-tests/launcher

« back to all changes in this revision

Viewing changes to ubuntu_integration_tests/__init__.py

  • Committer: Omer Akram
  • Date: 2014-03-10 12:46:29 UTC
  • mfrom: (11.2.4 test_fixtures)
  • Revision ID: om26er@ubuntu.com-20140310124629-1qx781btk7uiic47
added tests for the environment fixtures

Show diffs side-by-side

added added

removed removed

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