Author: Ronny Pfannschmidt <ronny.pfannschm...@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. """ _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit