[py-svn] py-trunk commit d63f118dd086: add to changelog, remove docstring

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Jan 10 22:25:37 CET 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview/
# User holger krekel <holger at merlinux.eu>
# Date 1263157845 -3600
# Node ID d63f118dd086fcfa8b867fd21ee2ec1ec82a6790
# Parent 25741d5e3df1db86b6848a0cf1721961b2b0e369
add to changelog, remove docstring

--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,3 @@
-"""py lib / py.test setup.py file"""
 import os, sys
 if sys.version_info >= (3,0):
     from distribute_setup import use_setuptools
@@ -16,7 +15,7 @@ Platforms: Linux, Win32, OSX
 Interpreters: Python versions 2.4 through to 3.1, Jython 2.5.1. 
 For questions please check out http://pylib.org/contact.html
 
-.. _`py.test`: http://pylib.org/test.html
+.. _`py.test`: http://pytest.org
 .. _`py.path`: http://pylib.org/path.html
 .. _`py.code`: http://pylib.org/code.html
 

--- a/CHANGELOG
+++ b/CHANGELOG
@@ -21,6 +21,10 @@ Changes between 1.X and 1.1.1
 
 - new "pytestconfig" funcarg allows access to test config object
 
+- (experimental) allow "py.test path::name1::name2::..." for pointing
+  to a test within a test collection directly.  This might eventually
+  evolve as a full substitute to "-k" specifications. 
+
 - streamlined plugin loading: order is now as documented in
   customize.html: setuptools, ENV, commandline, conftest. 
   also setuptools entry point names are turned to canonical namees ("pytest_*")



More information about the pytest-commit mailing list