[pypy-dev] [issue18] Unittest test_builtins.py crashes.
Rocco Moretti
pypy-issues at codespeak.net
Sat Apr 19 02:12:32 MEST 2003
New submission from Rocco Moretti <roccomoretti at netscape.net>:
This appears to be an error in the unittest itself, not in
the pypy implementation.
The results of the test for revision 367 are below:
C:\PYTHON22\lib\pypy\interpreter\test\test_builtins.py
============================================================
test_filter_None (__main__.TestBuiltins) ... ERROR
======================================================================
ERROR: test_filter_None (__main__.TestBuiltins)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"C:\PYTHON22\lib\pypy\interpreter\test\test_builtins.py",
line 19, in test_filter_None
w_globals = space.wrap(d)
AttributeError: 'module' object has no attribute 'wrap'
----------------------------------------------------------------------
Ran 1 tests in 0.050s
FAILED (errors=1)
----------
messages: 37
nosy: rocco
priority: bug
status: unread
title: Unittest test_builtins.py crashes.
__________________________________________________
PyPython issue tracker <pypy-issues at codespeak.net>
http://codespeak.net/issues/pypy/issue18
__________________________________________________
More information about the pypy-dev
mailing list