[pypy-svn] r12496 - pypy/dist/pypy/documentation

hpk at codespeak.net hpk at codespeak.net
Wed May 18 23:03:48 CEST 2005


Author: hpk
Date: Wed May 18 23:03:48 2005
New Revision: 12496

Modified:
   pypy/dist/pypy/documentation/coding-guide.txt
Log:
account a bit for the shifted tests 


Modified: pypy/dist/pypy/documentation/coding-guide.txt
==============================================================================
--- pypy/dist/pypy/documentation/coding-guide.txt	(original)
+++ pypy/dist/pypy/documentation/coding-guide.txt	Wed May 18 23:03:48 2005
@@ -589,7 +589,8 @@
 Testing modules in ``pypy/module``
 ----------------------------------
 
-Simply change to ``pypy/module`` and `run the tests as usual`_. 
+Simply change to ``pypy/module`` or to a subdirectory and `run the 
+tests as usual`_. 
 
 
 Testing modules in ``lib-python``
@@ -598,8 +599,7 @@
 In order to let CPython's regression tests run against PyPy 
 you can switch to the `lib-python`_ directory and run 
 the testing tool in order to start compliance tests. 
-(XXX ensure windows compatibility for producing test 
-reports). 
+(XXX check windows compatibility for producing test reports). 
 
 Naming conventions and directory layout 
 ===========================================



More information about the Pypy-commit mailing list