[py-svn] r58286 - py/trunk/contrib/py_unittest

hpk at codespeak.net hpk at codespeak.net
Sun Sep 21 09:18:43 CEST 2008


Author: hpk
Date: Sun Sep 21 09:18:39 2008
New Revision: 58286

Modified:
   py/trunk/contrib/py_unittest/conftest.py   (contents, props changed)
Log:
also contain URL


Modified: py/trunk/contrib/py_unittest/conftest.py
==============================================================================
--- py/trunk/contrib/py_unittest/conftest.py	(original)
+++ py/trunk/contrib/py_unittest/conftest.py	Sun Sep 21 09:18:39 2008
@@ -1,16 +1,16 @@
 """
+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). 
 
+$HeadURL$
 $Id$
 """
 import py



More information about the pytest-commit mailing list