pypy.module.exceptions.test.apptest_exceptions:test_importerror_from_import_sets_name_from
def test_importerror_from_import_sets_name_from(): > exc = raises(ImportError, "from sys import bluchbluchblah") E TypeError: 'from sys import bluchbluchblah' object (type: <class 'str'>) must be callable ..\build\pypy\module\exceptions\test\apptest_exceptions.py:65: TypeError
builder: pypy-c-jit-win-x86-64 build #2507+
test: pypy.module.exceptions.test.apptest_exceptions:test_importerror_from_import_sets_name_from