[pypy-commit] pypy py3.6: add missing tests

cfbolz pypy.commits at gmail.com
Wed Feb 20 04:33:26 EST 2019


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
Branch: py3.6
Changeset: r96111:09fa8b41bcf5
Date: 2019-02-20 10:32 +0100
http://bitbucket.org/pypy/pypy/changeset/09fa8b41bcf5/

Log:	add missing tests

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -332,6 +332,14 @@
     RegrTest('test_pathlib.py'),
     RegrTest('test_pdb.py'),
     RegrTest('test_peepholer.py'),
+    RegrTest('test_pep247.py'),
+    RegrTest('test_pep277.py'),
+    RegrTest('test_pep3120.py'),
+    RegrTest('test_pep3131.py'),
+    RegrTest('test_pep3151.py'),
+    RegrTest('test_pep352.py'),
+    RegrTest('test_pep380.py'),
+    RegrTest('test_pep479.py'),
     RegrTest('test_pickle.py', core=True),
     RegrTest('test_pickletools.py', core=False),
     RegrTest('test_pipes.py'),
@@ -405,6 +413,7 @@
     RegrTest('test_string.py', core=True),
     RegrTest('test_string_literals.py'),
     RegrTest('test_stringprep.py'),
+    RegrTest('test_strlit.py'),
     RegrTest('test_strptime.py'),
     RegrTest('test_strtod.py'),
     RegrTest('test_struct.py', usemodules='struct'),


More information about the pypy-commit mailing list