Author: Raffael Tfirst <[email protected]>
Branch: py3.5-async
Changeset: r85673:8026b5c3d0c8
Date: 2016-07-13 10:50 +0200
http://bitbucket.org/pypy/pypy/changeset/8026b5c3d0c8/
Log: Add missing name for 'yield from' test
diff --git a/pypy/interpreter/test/test_compiler.py
b/pypy/interpreter/test/test_compiler.py
--- a/pypy/interpreter/test/test_compiler.py
+++ b/pypy/interpreter/test/test_compiler.py
@@ -613,7 +613,7 @@
w_res = space.getitem(w_d, space.wrap('res'))
assert space.eq_w(w_res, space.wrap("var"))
- def test_(self):
+ def test_yield_from(self):
space = self.space
snippet = str(py.code.Source(r'''
def f():
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit