changeset 25:e2db2913123d

test to ensure we are bringing along virtualenv
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 10 Jul 2011 18:23:28 -0700
parents bb19d3dac4c5
children e6ee0410ceef
files tests/doctest.txt
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/doctest.txt	Sun Jul 10 18:17:54 2011 -0700
+++ b/tests/doctest.txt	Sun Jul 10 18:23:28 2011 -0700
@@ -39,6 +39,11 @@
     >>> os.path.exists(os.path.join(bin, 'packageA')) or os.path.exists(os.path.join(bin, 'packageA.exe'))
     True
 
+Ensure you're bringing along virtualenv::
+
+    >>> os.path.exists(os.path.join(bin, 'virtualenv')) or os.path.exists(os.path.join(bin, 'virtualenv.exe'))
+    True
+
 Show that non-package files get carried along too::
 
     >>> os.path.exists(os.path.join('foo', 'src', 'packageA', 'foo.txt'))