changeset 67:cf03c3f2f98e

this one fails too; something is rotten in the state of virtualenv
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 01 Mar 2012 19:40:10 -0800
parents a2ba66be2e31
children e62d2fddb275
files tests/test_ttw.txt
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test_ttw.txt	Thu Mar 01 19:36:02 2012 -0800
+++ b/tests/test_ttw.txt	Thu Mar 01 19:40:10 2012 -0800
@@ -61,6 +61,9 @@
 
     >>> tmpdir = tempfile.mkdtemp()
     >>> venv = create_virtualenv(tmpdir)
+    >>> code = subprocess.call([venv.python, '-c', 'import helloworld'])
+    >>> code
+    1
     >>> shutil.rmtree(tmpdir)
 
 Shut down the server::