[pypy-svn] r11447 - pypy/dist/pypy

hpk at codespeak.net hpk at codespeak.net
Tue Apr 26 11:25:52 CEST 2005


Author: hpk
Date: Tue Apr 26 11:25:52 2005
New Revision: 11447

Modified:
   pypy/dist/pypy/test_all.py
Log:
use the public hook instead of the implementation
level one. 



Modified: pypy/dist/pypy/test_all.py
==============================================================================
--- pypy/dist/pypy/test_all.py	(original)
+++ pypy/dist/pypy/test_all.py	Tue Apr 26 11:25:52 2005
@@ -2,5 +2,5 @@
 
 if __name__ == '__main__': 
     import tool.autopath
-    from py.__.test.cmdline import main
-    main() 
+    import py 
+    py.test.cmdline.main() 



More information about the Pypy-commit mailing list