Author: Lars Wassermann <lars.wasserm...@gmail.com> Branch: Changeset: r235:104fb3ec72ad Date: 2013-03-25 18:23 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/104fb3ec72ad/
Log: patched module setup of test_miniimage to be able to reuse space and interp variables within other tests diff --git a/spyvm/test/test_miniimage.py b/spyvm/test/test_miniimage.py --- a/spyvm/test/test_miniimage.py +++ b/spyvm/test/test_miniimage.py @@ -20,6 +20,7 @@ module.image.from_reader(space, reader) module.space = space module.interp = interpreter.Interpreter(space, image) + return space, module.interp def find_symbol(name): if name == "asSymbol": _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit