1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/c5120d04011f/
changeset:   c5120d04011f
user:        hpk42
date:        2011-07-12 10:38:02
summary:     add benjamin's post to docs, up version, open changelog
affected #:  5 files (475 bytes)

--- a/CHANGELOG Mon Jul 11 09:24:07 2011 -0500
+++ b/CHANGELOG Tue Jul 12 10:38:02 2011 +0200
@@ -1,3 +1,8 @@
+Changes between 2.1.0 and 2.1.1.DEV
+----------------------------------------------
+
+- XXX
+
 Changes between 2.0.3 and 2.1.0.DEV
 ----------------------------------------------
 


--- a/_pytest/__init__.py       Mon Jul 11 09:24:07 2011 -0500
+++ b/_pytest/__init__.py       Tue Jul 12 10:38:02 2011 +0200
@@ -1,2 +1,2 @@
 #
-__version__ = '2.1.0'
+__version__ = '2.1.1.dev1'


--- a/doc/assert.txt    Mon Jul 11 09:24:07 2011 -0500
+++ b/doc/assert.txt    Tue Jul 12 10:38:02 2011 +0200
@@ -240,6 +240,8 @@
 
 All assert introspection can be turned off by passing ``--assert=plain``.
 
+For further information, Benjamin Peterson wrote up `Behind the scenes of 
py.test's new assertion rewriting 
<http://pybites.blogspot.com/2011/07/behind-scenes-of-pytests-new-assertion.html>`_.
+
 .. versionadded:: 2.1
    Add assert rewriting as an alternate introspection technique.
 


--- a/doc/talks.txt     Mon Jul 11 09:24:07 2011 -0500
+++ b/doc/talks.txt     Tue Jul 12 10:38:02 2011 +0200
@@ -28,6 +28,11 @@
 - `parametrizing tests, generalized`_ (blog post)
 - `putting test-hooks into local or global plugins`_ (blog post)
 
+assertion introspection
+
+- `(07/2011) Behind the scenes of py.test's new assertion rewriting
+  
<http://pybites.blogspot.com/2011/07/behind-scenes-of-pytests-new-assertion.html>`_
 
+
 distributed testing:
 
 - `simultaneously test your code on all platforms`_ (blog entry)


--- a/setup.py  Mon Jul 11 09:24:07 2011 -0500
+++ b/setup.py  Tue Jul 12 10:38:02 2011 +0200
@@ -24,7 +24,7 @@
         name='pytest',
         description='py.test: simple powerful testing with Python',
         long_description = long_description,
-        version='2.1.0',
+        version='2.1.1.dev1',
         url='http://pytest.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
@@ -70,4 +70,4 @@
     return {'console_scripts': l}
 
 if __name__ == '__main__':
-    main()
+    main()
\ No newline at end of file

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