Author: Alex Gaynor <alex.gay...@gmail.com> Branch: kill-faking Changeset: r59234:c72eb6559f4c Date: 2012-12-02 13:34 -0800 http://bitbucket.org/pypy/pypy/changeset/c72eb6559f4c/
Log: make another test pass diff --git a/pypy/module/zipimport/test/test_undocumented.py b/pypy/module/zipimport/test/test_undocumented.py --- a/pypy/module/zipimport/test/test_undocumented.py +++ b/pypy/module/zipimport/test/test_undocumented.py @@ -16,12 +16,15 @@ os.path.join('_pkg', '_subpkg', 'submodule') ]) + class AppTestZipImport: - spaceconfig = dict(usemodules=['zipimport', 'rctime', 'struct', - 'itertools']) + spaceconfig = { + "usemodules": ['zipimport', 'rctime', 'struct', 'itertools', 'binascii'] + } + def setup_class(cls): cls.w_created_paths = cls.space.wrap(created_paths) - + def w_temp_zipfile(self, created_paths, source=True, bytecode=True): """Create a temporary zip file for testing. _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit