[pypy-svn] rev 631 - pypy/trunk/doc

anna at codespeak.net anna at codespeak.net
Wed May 28 18:00:03 CEST 2003


Author: anna
Date: Wed May 28 18:00:03 2003
New Revision: 631

Modified:
   pypy/trunk/doc/coding-style.txt
Log:
add coding-style.txt

Modified: pypy/trunk/doc/coding-style.txt
==============================================================================
--- pypy/trunk/doc/coding-style.txt	(original)
+++ pypy/trunk/doc/coding-style.txt	Wed May 28 18:00:03 2003
@@ -88,8 +88,7 @@
 
 - every non-test file is forbidden to start with "t" 
 
-- each test directory might have a 'setpath.py' which sets
-  import pathes (e.g. relative to its current position)
+- each test directory needs a copy of testsupport.py. see doc/using-testsupport.txt for more information.
 
 
 Miscallenous stuff


More information about the Pypy-commit mailing list