[pypy-commit] pypy stdlib-unification: fix the note on using the stdlib test_set

RonnyPfannschmidt noreply at buildbot.pypy.org
Thu Apr 12 15:39:11 CEST 2012


Author: Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
Branch: stdlib-unification
Changeset: r54312:e0fe8d719183
Date: 2012-04-12 15:27 +0200
http://bitbucket.org/pypy/pypy/changeset/e0fe8d719183/

Log:	fix the note on using the stdlib test_set

diff --git a/pypy/objspace/std/test/test_setobject.py b/pypy/objspace/std/test/test_setobject.py
--- a/pypy/objspace/std/test/test_setobject.py
+++ b/pypy/objspace/std/test/test_setobject.py
@@ -1,9 +1,10 @@
 """
 The main test for the set implementation is located
-at:
-    pypy-dist/lib-python/modified-2.5.2/test/test_set.py
-    go there and invoke
+in the stdlibs test/test_set.py which is located in lib-python
+go there and invoke::
+
     ../../../pypy/bin/py.py test_set.py
+
 This file just contains some basic tests that make sure, the implementation
 is not too wrong.
 """


More information about the pypy-commit mailing list