[pygr-notify] [pygr commit] r176 - Updates for the new test framework

codesite-noreply at google.com codesite-noreply at google.com
Tue Apr 14 14:59:27 PDT 2009


Author: marecki
Date: Tue Apr 14 14:41:51 2009
New Revision: 176

Modified:
    wiki/BuildingAndTestingPygr.wiki

Log:
Updates for the new test framework

Modified: wiki/BuildingAndTestingPygr.wiki
==============================================================================
--- wiki/BuildingAndTestingPygr.wiki	(original)
+++ wiki/BuildingAndTestingPygr.wiki	Tue Apr 14 14:41:51 2009
@@ -17,4 +17,4 @@
  builds the pygr extensions "in place" so that you can 'import pygr' in the  
top-level working
  directory.

-To run the tests, 'cd tests && python protest.py'.  protest will fail out  
if it cannot import pygr from within the working directory, to avoid  
running the tests on the installed version.
\ No newline at end of file
+To run the tests, 'cd tests && python runtest.py -b'; omit _-b_ to use  
in-place code instead of the build directory. runtest will fail out if it  
cannot import pygr from within the working directory, to avoid running the  
tests on the installed version.
\ No newline at end of file



More information about the pygr-notify mailing list