Author: Julian Berman <julian...@grayvines.com> Branch: Changeset: r95870:fee9d13fa77c Date: 2019-02-06 14:18 +0100 http://bitbucket.org/pypy/pypy/changeset/fee9d13fa77c/
Log: This appears to be necessary to actually have runappdirect available for app tests. diff --git a/pypy/module/zlib/test/test_zlib.py b/pypy/module/zlib/test/test_zlib.py --- a/pypy/module/zlib/test/test_zlib.py +++ b/pypy/module/zlib/test/test_zlib.py @@ -35,6 +35,8 @@ compression and decompression tests have a little real data to assert against. """ + cls.w_runappdirect = cls.space.wrap(cls.runappdirect) + cls.w_zlib = cls.space.getbuiltinmodule('zlib') expanded = 'some bytes which will be compressed' cls.w_expanded = cls.space.wrap(expanded) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit