1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/96e27d73c00c/
changeset:   96e27d73c00c
user:        hpk42
date:        2011-10-21 15:45:56
summary:     fix issue83 - add a link to already generated list of funcargs
affected #:  3 files (-1 bytes)

--- a/CHANGELOG Tue Oct 18 21:01:37 2011 +0200
+++ b/CHANGELOG Fri Oct 21 15:45:56 2011 +0200
@@ -1,3 +1,8 @@
+Changes between 2.1.3 and [next version]
+----------------------------------------
+
+- fix issue83: link to generated funcarg list
+
 Changes between 2.1.2 and 2.1.3
 ----------------------------------------
 


--- a/doc/builtin.txt   Tue Oct 18 21:01:37 2011 +0200
+++ b/doc/builtin.txt   Fri Oct 21 15:45:56 2011 +0200
@@ -17,6 +17,9 @@
 .. automodule:: pytest
     :members:
 
+
+.. _builtinfuncargs:
+
 Builtin function arguments
 -----------------------------------------------------
 


--- a/doc/funcargs.txt  Tue Oct 18 21:01:37 2011 +0200
+++ b/doc/funcargs.txt  Fri Oct 21 15:45:56 2011 +0200
@@ -38,6 +38,7 @@
 or with multiple numerical arguments sets and want to reuse the same set
 of test functions.
 
+py.test comes with :ref:`builtinfuncargs` and there are some refined usages in 
the examples section.
 
 .. _funcarg:

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to