# HG changeset patch -- Bitbucket.org
# Project pytest
# URL http://bitbucket.org/hpk42/pytest/overview
# User holger krekel <hol...@merlinux.eu>
# Date 1291980484 -3600
# Node ID 2f8fa67e58831ae53db736b39909efd91e6b8f6f
# Parent  41243ce59fdb9396360258cf309af30737e1d6b2
small improvements, add assertion improvement to CHANGELOG

--- a/doc/example/assertion/test_failures.py
+++ b/doc/example/assertion/test_failures.py
@@ -9,6 +9,6 @@ def test_failure_demo_fails_properly(tes
     failure_demo.copy(testdir.tmpdir.join(failure_demo.basename))
     result = testdir.runpytest(target)
     result.stdout.fnmatch_lines([
-        "*35 failed*"
+        "*39 failed*"
     ])
     assert result.ret != 0

--- a/doc/projects.txt
+++ b/doc/projects.txt
@@ -45,6 +45,7 @@ Some organisations using py.test
 * `Tandberg <http://www.tandberg.com/>`_
 * `Shootq <http://web.shootq.com/>`_
 * `Stups department of Heinrich Heine University Düsseldorf 
<http://www.stups.uni-duesseldorf.de/projects.php>`_
+* `cellzome`_ <http://www.cellzome.com/>`_
 * `Open End, Gotenborg <http://www.openend.se>`_
 * `Laboraratory of Bioinformatics, Warsaw <http://genesilico.pl/>`_
 * `merlinux, Germany <http://merlinux.eu>`_

--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
-Changes between 2.0.0 and 2.0.1.dev1
+Changes between 2.0.0 and 2.0.1.devX
 ----------------------------------------------
 
+- improve assertions ("not in"), thanks Floris
 - improve behaviour/warnings when running on top of "python -OO"
   (assertions and docstrings are turned off, leading to potential
   false positives)
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to