~launchpad/subunit/launchpad-ppa-hardy

« back to all changes in this revision

Viewing changes to python/subunit/run.py

  • Committer: Bazaar Package Importer
  • Author(s): Robert Collins
  • Date: 2009-12-20 16:33:29 UTC
  • mfrom: (1.1.3 upstream) (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091220163329-o60chash60h5zzj2
Tags: 0.0.4-4
Upstream bugfix for FTBFS on test_child.c.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Simple subunit testrunner for python
4
4
# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007
5
5
#   
6
 
# This program is free software; you can redistribute it and/or modify
7
 
# it under the terms of the GNU General Public License as published by
8
 
# the Free Software Foundation; either version 3 of the License, or
9
 
# (at your option) any later version.
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/>.
 
6
#  Licensed under either the Apache License, Version 2.0 or the BSD 3-clause
 
7
#  license at the users choice. A copy of both licenses are available in the
 
8
#  project source as Apache-2.0 and BSD. You may not use this file except in
 
9
#  compliance with one of these two licences.
 
10
#  
 
11
#  Unless required by applicable law or agreed to in writing, software
 
12
#  distributed under these licenses is distributed on an "AS IS" BASIS, WITHOUT
 
13
#  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
 
14
#  license you chose for the specific language governing permissions and
 
15
#  limitations under that license.
18
16
#
19
17
 
20
18
"""Run a unittest testcase reporting results as Subunit.