From 634679a4db92f5b76a4e5201f289e7c305e1a3f4 Mon Sep 17 00:00:00 2001 From: hpk Date: Sun, 21 Sep 2008 09:18:39 +0200 Subject: [PATCH] [svn r58286] also contain URL --HG-- branch : trunk --- contrib/py_unittest/conftest.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/contrib/py_unittest/conftest.py b/contrib/py_unittest/conftest.py index 0e7d9ad27..7892e1a4a 100644 --- a/contrib/py_unittest/conftest.py +++ b/contrib/py_unittest/conftest.py @@ -1,23 +1,23 @@ """ +collect and run traditional "unittest.py" style tests. - collect and run traditional "unittest.py" style tests. +drop this conftest.py into your project directory so that +all testing directories are below it. - drop this conftest.py into your project directory so that - all testing directories are below it. +you can mix unittest TestCase subclasses and +py.test style tests (discovery based on name). - you can mix unittest TestCase subclasses and - py.test style tests (discovery based on name). +user-extensions such as a custom test_suite() +will not be considered (see XXX). - user-extensions such as a custom test_suite() - will not be considered (see XXX). - -$Id: conftest.py 58285 2008-09-21 07:17:00Z hpk $ +$HeadURL: https://codespeak.net/svn/py/trunk/contrib/py_unittest/conftest.py $ +$Id: conftest.py 58286 2008-09-21 07:18:39Z hpk $ """ import py import unittest import sys -__version__ = "$Rev: 58285 $".split()[1] +__version__ = "$Rev: 58286 $".split()[1] def configproperty(name): def fget(self):