[py-svn] py-virtualenv commit 9facb0d433af: merging jarko'S fixes, resolves issue #45, resolves issue #46

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Sep 28 22:47:03 CEST 2009


# HG changeset patch -- Bitbucket.org
# Project py-virtualenv
# URL http://bitbucket.org/RonnyPfannschmidt/py-virtualenv/overview/
# User holger krekel <holger at merlinux.eu>
# Date 1253727823 -7200
# Node ID 9facb0d433af6a8b1567eac0af7cd7ffcb85d806
# Parent 31b6c51fab40ba0798c2726d799d3a3f631a2ef0
# Parent 7eb914ccf56cccecfc6b3f28e726b2426442375e
merging jarko'S fixes, resolves issue #45, resolves issue #46

--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,6 +1,8 @@
 Changes between 1.0.x and 'trunk'
 =====================================
 
+* merge Jarko's fixes, issue #45 and #46
+
 * add the ability to specify a path for py.lookup to search in
 
 * fix a funcarg cached_setup bug probably only occuring 

--- a/doc/test/quickstart.txt
+++ b/doc/test/quickstart.txt
@@ -23,7 +23,7 @@ Now create a file ``test_sample.py`` wit
     def func(x):
         return x + 1
     def test_answer():
-        assert f(3) == 5
+        assert func(3) == 5
 
 You can now run the test file like this::



More information about the pytest-commit mailing list