Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r96559:698a28e5201e
Date: 2019-04-29 11:31 +0200
http://bitbucket.org/pypy/pypy/changeset/698a28e5201e/

Log:    Back-port the test renaming

diff --git a/pypy/module/_pypyjson/test/test__pypyjson.py 
b/pypy/module/_pypyjson/test/test__pypyjson.py
--- a/pypy/module/_pypyjson/test/test__pypyjson.py
+++ b/pypy/module/_pypyjson/test/test__pypyjson.py
@@ -210,7 +210,7 @@
         res = _pypyjson.loads('"z\\udc00\\udc00x"')
         assert list(res) == [u'z', u'\udc00', u'\udc00', u'x']
 
-    def test_surrogate_pair(self):
+    def test_lone_surrogate(self):
         import _pypyjson
         json = '{"a":"\\uD83D"}'
         res = _pypyjson.loads(json)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to