diff tests/test_wsgi.txt @ 65:83327bc715be

make the virtualenv convenience method return more stuff
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 01 Mar 2012 18:31:52 -0800
parents 26139fb1de98
children
line wrap: on
line diff
--- a/tests/test_wsgi.txt	Thu Mar 01 18:15:34 2012 -0800
+++ b/tests/test_wsgi.txt	Thu Mar 01 18:31:52 2012 -0800
@@ -69,7 +69,7 @@
 
 Install the package and inspect the installation::
 
-    >>> python = create_virtualenv(tmpdir)
+    >>> python = create_virtualenv(tmpdir).python
 
 You should not be able to import ``helloworld`` yet::