Author: Ronan Lamy <ronan.l...@gmail.com> Branch: multiphase Changeset: r91947:bbea9a4a0c49 Date: 2017-07-21 13:03 +0200 http://bitbucket.org/pypy/pypy/changeset/bbea9a4a0c49/
Log: fix test name (was shadowing the existing 'test_basic') diff --git a/pypy/module/cpyext/test/test_module.py b/pypy/module/cpyext/test/test_module.py --- a/pypy/module/cpyext/test/test_module.py +++ b/pypy/module/cpyext/test/test_module.py @@ -135,7 +135,7 @@ raises(SystemError, self.import_module, name='multiphase', body=body, init=init) - def test_basic(self): + def test_multiphase2(self): import sys from importlib import machinery, util NAME = 'multiphase2' _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit